Range.makeRange
Creates another range that points to all entries of the range.
Arguments
None
Return values
The resulting
range
.
Complexity
Constant
Example
Output:
-1,-2,-10,-50,
1,2,10,50,
Creates another range that points to all entries of the range.
None
The resulting
Constant