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
read onlylength:Int
Returns the length of this Vector.
this