Static methods
@:has_untypedstaticinlineblit<T>(ioDestArray:Array<T>, inDestElement:Int, inSourceArray:Array<T>, inSourceElement:Int, inElementCount:Int):Void
@:native("_hx_create_array_length")staticcreate<T>(length:Int):Array<T>
@:native("_hx_array_unsafe_get")staticunsafeGet<T>(inDestArray:Array<T>, inIndex:Int):T
@:has_untyped@:native("_hx_array_unsafe_set")staticinlineunsafeSet<T>(ioDestArray:Array<T>, inIndex:Int, inValue:T):T