Static variables

staticread onlylength:Int

Static methods

@:hlNative("std","array_blit")staticblit(this:NativeArray<T>, pos:Int, src:NativeArray<T>, srcPos:Int, srcLen:Int):Void

@:has_untyped@:tostaticinlinegetRef(this:NativeArray<T>):Ref<T>

@:hlNative("std","array_type")staticgetType(this:NativeArray<T>):Type

staticinlinesub(this:NativeArray<T>, pos:Int, len:Int):NativeArray<T>