RBTreeMap.upperBound

Undocumented in source. Be warned that the author may not have intended to support it.
  1. RedBlackTreeT.Range upperBound(KeyT key)
  2. RedBlackTreeT.ConstRange upperBound(KeyT key)
  3. RedBlackTreeT.ImmutableRange upperBound(KeyT key)
    class RBTreeMap(KeyT, ValueT, alias KeyLessF = "a < b", bool allowDuplicates = false)
    immutable
    upperBound
    (
    KeyT key
    )

Meta