- clear
void clear()
Removes all contents (elements).
- contains
inout(Value*) contains(UKey key)
- contains
bool contains(UKey key)
- countHeapNodes
size_t countHeapNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
typeof(this) dup()
Returns a duplicate of this tree if present.
Shallowly duplicates the values in the map case.
- empty
bool empty()
- insert
Node insert(UKey key, Value value, ElementRef elementRef)
Insert key into this tree.
- insert
Node insert(UKey key, ElementRef elementRef)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
- matchCommonPrefix
inout(Node) matchCommonPrefix(UKey key, UKey keyRest)
Lookup deepest node having whose key starts with key.
- opSlice
Range opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- prefix
inout(Node) prefix(UKey keyPrefix, UKey keyPrefixRest)
- print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.
- root
Node root()
Undocumented in source. Be warned that the author may not have intended to support it.
- rootNode
Node rootNode()
Undocumented in source. Be warned that the author may not have intended to support it.
- usageHistograms
Stats usageHistograms()
Undocumented in source. Be warned that the author may not have intended to support it.