Available on macro
staticfromArrayCopy<T>(array:Array<T>):Vector<T>
new(size:Int)
read onlylength:Int
blit<T>(srcPos:Int, dest:Vector<T>, destPos:Int, len:Int):Void
copy<T>():Vector<T>
join<T>(sep:String):String
map<S>(f:T ‑> S):Vector<S>
toArray():Array<T>