sub_set
Description:
Returns the right-open sub-set of this sorted set, thus containing elements equal or higher than the specified from element, and
stricly lower than the specified to element.
Parameters:
| from |
the lower inclusive bound for the sub-set |
| to |
the higher exclusive bound for the sub-set |
Returns:
|
the corresponding sub-set of this sorted set |