Dense Fixed-size array (CArray is const-size array)

Constructor

inline new (length:Int)

Variables

read onlylength:Int

Methods

inline get (index:Int):T

inline getObjectSize ():Int

Theoretic memory size consumed by array, references are not included

inline set (index:Int, element:T):Void

Static methods

staticinline fromArray<T> (array:Array<T>):CArray<T>