Available on flash
The Vector class is very similar to Array but is only supported by the Flash Player 10+
@:has_untypedstaticinlineconvert<T, U>(v:Vector<T>):Vector<U>
@:has_untypedstaticinlineofArray<T>(v:Array<T>):Vector<T>
new(?length:UInt, ?fixed:Bool)
fixed:Bool
length:Int
concat(?a:Vector<T>):Vector<T>
indexOf(x:T, ?from:Int):Int
join(sep:String):String
lastIndexOf(x:T, ?from:Int):Int
pop():Null<T>
push(x:T):Int
reverse():Void
shift():Null<T>
slice(?pos:Int, ?end:Int):Vector<T>
sort(f:(T, T) ‑> Int):Void
splice(pos:Int, len:Int):Vector<T>
toString():String
unshift(x:T):Void