A reusable array to use in places that need a temporary array many times. Changing array size only increases the backing array size but never decreases it.

Constructor

inlinenew(length:Int)

Variables

Methods

inlineget(index:Int):T

inlineset(index:Int, value:T):Void