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.
Fully qualified name: Std.Range.IsRangeEmpty
function IsRangeEmpty(rng : Range) : Bool
Summary
Returns true if and only if the input range is empty.
Input
rng
Any range
Output
True, if and only if rng
is empty
Remark
This function needs to check at most one range index to determine whether the range is empty.