Static methods

staticfromArrayCopy<T>(array:Array<T>):Vector<T>

Constructor

new(size:Int)

Variables

read onlylength:Int

Methods

blit<T>(srcPos:Int, dest:Vector<T>, destPos:Int, len:Int):Void

copy<T>():Vector<T>

map<S>(f:T ‑> S):Vector<S>