LinkedList.makeRange
Creates a range that points to all entries of the list.
Arguments
None
Return values
range
pointing to all elements (see Range).
Complexity
Constant
Example
Output:
444,1,5,45,3,
Creates a range that points to all entries of the list.
None
Constant