Available on all targets
new()
@:value([])read onlyentries:ReadOnlyArray<T> = []
read onlylength:Int
pushAll(entries:Array<T>):Void
clear():Void
push(entry:T):Void
remove(entry:T):Void
synchronize():Void
get(id:String):T
getByIndex(index:Int):T
indexOfId(id:String):Int
indexOf(entry:T):Int
inlineiterator():Iterator<T>