haXe API Documentation
Back
|
Index
abstract
haxe.ds.Vector<T>
Available in flash8, neko, js, flash, php, cpp
A Vector is a storage of fixed size. It can be faster than Array on some targets, and is never slower.
Back
|
Index