No default construction if an allocator must be provided.
Use the given allocator for allocations.
Supports treeMapkey = value; syntax.
Inserts the given key-value pair.
Supports foreach(k, v; treeMap) syntax.
Supports treeMapkey syntax.
Removes the key→value mapping for the given key.
the key type
the value type
the allocator to use. Defaults to Mallocator.
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.