haxe.ds

..
ReadOnlyArray

ReadOnlyArray is an abstract over an ordinary Array which only exposes APIs that don't modify the instance, hence "read-only".

Vector

A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.