Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Std.Range namespace contains the following items:
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. |