haXe API Documentation
Back | Index
extern class cs.NativeArray<T>
extends cs.system.Array
Available in cs
var Length(default,null) : Int
function new(len : Int) : Void
function CopyTo(arr : cs.system.Array, destIndex : Int) : Void
static function Reverse(arr : cs.system.Array) : Void
Back | Index