- equalRange
auto equalRange(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowerBound
RedBlackTreeT.ConstRange lowerBound(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowerBound
RedBlackTreeT.Range lowerBound(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowerBound
RedBlackTreeT.ImmutableRange lowerBound(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(KeyT key)
- opEquals
bool opEquals(Object rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
ValueT opIndexAssign(ValueT value, KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeKey
size_t removeKey(K keys)
- removeKey
size_t removeKey(K[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeKey
size_t removeKey(KeyRange keyRange)
Undocumented in source. Be warned that the author may not have intended to support it.
- stableInsert
size_t stableInsert(K key, V value)
- upperBound
RedBlackTreeT.Range upperBound(KeyT key)
- upperBound
RedBlackTreeT.ConstRange upperBound(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- upperBound
RedBlackTreeT.ImmutableRange upperBound(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
A dictionary or associative array backed by a Red-Black tree.