W3cubDocs

/Haxe HashLink

NativeArray<T>

package hl

Available on hl

Constructor

@:has_untyped @:impl @:extern inline new (length:Int)

Variables

@:impl read only length:Int

Methods

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

@:impl @:hlNative("std","array_type") getType ():Type

@:impl @:extern inline sub (this:NativeArray<T>, pos:Int):NativeArray<T>

Static variables

@:impl static read only length:Int

Static methods

@:has_untyped @:impl @:extern static inline new (length:Int)

@:impl @:hlNative("std","array_blit") static blit (this:NativeArray<T>, pos:Int, src:NativeArray<T>, srcPos:Int):Void

@:impl @:hlNative("std","array_type") static getType ():Type

@:impl @:extern static inline sub (this:NativeArray<T>, pos:Int):NativeArray<T>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/hl/NativeArray.html