RedBlackTree.lbound
Returns a range pointing to all elements with keys not less than a given key.
Arguments
The bound
key
.
Return values
range
is the resulting RedBlackTreeRange.
Complexity
O(log(size))
Example
Output:
{ key: 32; value: { a:0; b: 1; }; }
{ key: 34; value: "element"; }
{ key: 35; value: "element"; }
{ key: 3481; value: 135; }