TreeMap.opIndexAssign

Assigns a value to the given key. If key found, the value will be overwritten without node insertion. If key isn't found, a new node will be inserted.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@safe pure nothrow
opIndexAssign
(,
K key
)

Meta