Supports foreach(k, v; treeMap) syntax.
Supports treeMapkey syntax.
Supports treeMapkey = value; syntax.
Removes the key→value mapping for the given key.
the key type
the value type
the key comparison function to use
true to support storing GC-allocated objects, false otherwise
the size of the internal nodes in bytes
A key→value mapping where the keys are guaranteed to be sorted.