MapImpl.opIndexAssign

Updates a value associated with a key, creates it if necessary.

struct MapImpl(K, V, alias less = KeyCompareDefault!Key, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted
void
opIndexAssign
(,
K key
)

Meta