TreeMap.opIndexAssign

Supports treeMapkey = value; syntax.

struct TreeMap(K, V, alias less = "a < b", bool supportGC = true, size_t cacheLineSize = 64)
void
opIndexAssign
(,
K key
)

Meta