W3cubDocs

/Haxe Neko

NativeArray<T>

package neko

Available on macro, neko

Static methods

@:has_untyped static inline alloc<T> (length:Int):NativeArray<T>

@:has_untyped static inline blit<T> (dst:NativeArray<T>, dstPos:Int, src:NativeArray<T>, srcPos:Int, length:Int):Void

@:has_untyped static inline length (a:NativeArray<Dynamic>):Int

@:has_untyped static inline ofArrayCopy<T> (a:Array<T>):NativeArray<T>

@:has_untyped static inline ofArrayRef<T> (a:Array<T>):NativeArray<T>

@:has_untyped static inline sub<T> (a:NativeArray<T>, pos:Int, len:Int):NativeArray<T>

@:has_untyped static inline toArray<T> (a:NativeArray<T>):Array<T>

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