Range.single
Checks if the range contains only one element. Not applicable to RedBlackTreeRange.
Arguments
None
Return values
condition
is TRUE is there is exactly one entry, FALSE otherwise.
Complexity
Constant
Example
Output:
TRUE
Checks if the range contains only one element. Not applicable to RedBlackTreeRange.
None
Constant