|
@@ -81,8 +81,8 @@ package java;
|
|
|
|
|
|
/**
|
|
|
Returns a Haxe Array of a native Array.
|
|
|
- It won't copy the contents of the native array, so unless any operation triggers an array resize,
|
|
|
- all changes made to the Haxe array will affect the native array argument.
|
|
|
+ Unless `copy` is true, it won't copy the contents of the native array,
|
|
|
+ so unless any operation triggers an array resize, all changes made to the Haxe array will affect the native array argument.
|
|
|
**/
|
|
|
@:generic public static function array<T>(native:java.NativeArray<T>):Array<T>
|
|
|
{
|