Vector
haxe.ds.Vector (Abstract)
A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.
See: https://haxe.org/manual/std-vector.html
A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.