HashMap.opIndexAssign

Assigns an element to the given key.

struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
@safe pure nothrow
E
opIndexAssign
(,
K key
)

Meta