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) const

Ditto

ImmutableRange upperBound(Elem e) immutable

Ditto