RBTreeMap.lowerBound

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

Meta