|
@@ -17,6 +17,7 @@ abstract Rest<T>(NativeRest<T>) {
|
|
static public inline function of<T>(array:Array<T>):Rest<T>
|
|
static public inline function of<T>(array:Array<T>):Rest<T>
|
|
return new Rest(@:privateAccess array.arr);
|
|
return new Rest(@:privateAccess array.arr);
|
|
|
|
|
|
|
|
+ @:noDoc
|
|
@:from
|
|
@:from
|
|
static inline function ofNative<T>(array:NativeIndexedArray<T>):Rest<T>
|
|
static inline function ofNative<T>(array:NativeIndexedArray<T>):Rest<T>
|
|
return new Rest(array);
|
|
return new Rest(array);
|