Algorithm.range
Creates a range from an enumerable.
Arguments
The source
enumerable
.
Return values
The
range
of all values in the enumerable (see Range).
Complexity
Constant
Example
Output:
1,2,3,
Creates a range from an enumerable.
The source
The
Constant