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