IsRangeEmpty function
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.