Array.makeRange
Creates a range that points to all elements of the array.
Arguments
None
Return values
range
pointing to all elements (see Range).
Complexity
Constant
Example
Output:
-1,2,3,5,6,
Creates a range that points to all elements of the array.
None
Constant