RedBlackTree.lowerBound
Range lowerBound(Elem e)Get a range from the container with all elements that are < e according to the less comparator
Complexity: log(n)
ConstRange lowerBound(Elem e) constDitto
ImmutableRange lowerBound(Elem e) immutableDitto