No default construction if an allocator must be provided.
Use the given allocator for allocations.
A postblit is present on this object, but not explicitly documented in the source.
If the given key does not exist in the TreeMap, adds it with the value defaultValue.
Inserts or overwrites the given key-value pair.
Supports treeMapkey syntax.
Supports treeMapkey = value; 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.