abstract Vector<T>(VectorData<T>)
package haxe.ds
A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.
See also:
A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.
See also: