- equalRange
BTreeT.Range equalRange(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(K key, V value)
- lowerRange
BTreeT.Range lowerRange(KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(KeyT key)
- opIndexAssign
ValueT opIndexAssign(ValueT value, KeyT key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(KeyT key)
- upperRange
BTreeT.Range upperRange(KeyT key)
An associative-array or map implementation based upon a B-Tree.