API documentation
abstract haxe.ds.Vector<T>(VectorData<T>)
Available on all platforms
A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.
var length:Int
Returns the length of this Vector.
this