haxe.ds

..
Either

Either represents values which are either of type L (Left) or type R (Right).

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.