Std.Range

The Std.Range namespace contains the following functions and operations:

Name Description
IsRangeEmpty Returns true if and only if the input range is empty.
RangeEnd Returns the defined end value of the given range, which is not necessarily the last element in the sequence.
RangeReverse Returns a new range which is the reverse of the input range.
RangeStart Returns the defined start value of the given range.
RangeStep Returns the integer that specifies how the next value of a range is calculated.