CArray is a compact array where all objects are memory aligned and stored as a single GC block. You must hold a reference to the CArray while any of the objects it contains is still referenced somewhere.

Static methods

staticinlinealloc<T>(cl:Class<T>, size:Int):CArray<T>

@:has_untypedstaticinlineunsafeSet(this:Abstract<Shl_carray>, index:Int, v:T):Any