Static methods

@:has_untypedstaticallocF32(bytes:BytesAccess<F32>, length:Int):ArrayF32

@:has_untypedstaticallocF64(bytes:BytesAccess<Float>, length:Int):ArrayF64

@:has_untypedstaticallocGUID(bytes:BytesAccess<GUID>, length:Int):ArrayGUID

@:has_untypedstaticallocI32(bytes:BytesAccess<Int>, length:Int):ArrayI32

@:has_untypedstaticallocI64(bytes:BytesAccess<I64>, length:Int):ArrayI64

@:has_untypedstaticallocUI16(bytes:BytesAccess<UI16>, length:Int):ArrayUI16

@:has_untypedstaticallocUI8(bytes:BytesAccess<UI8>, length:Int):ArrayUI8

Variables

read onlylength:Int

Methods

Inherited Variables

Inherited Methods

Defined by ArrayAccess

blit(pos:Int, src:ArrayAccess, srcpos:Int, len:Int):Void