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.
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.