Implements a simple left-to-right tree traversal.
Implements a simple left-to-right tree traversal.
Implements a simple right-to-left tree traversal.
Implements a simple right-to-left tree traversal.
@nogc capable indexing. Returns the found element if match found. Returns E.init if match not found.
Indexing function that relies on the GC, and throws if no match found. Returns the found element if match found.
Assigns an element to the given key.
Returns the pointer of the element, or null if key not found.
returns the string representation of the tree.
Returns the number of currently held elements within the tree.
Implements a hashmap using collections.treemap as a backend. See collections.treemap for more info on certain things.