containers.treemap

Tree Map

Members

Structs

TreeMap
struct TreeMap(K, V, Allocator = Mallocator, alias less = "a < b", bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, size_t cacheLineSize = 64)

A key→value mapping where the keys are guaranteed to be sorted.

Meta

Authors

Brian Schott