LinkedMap.opIndexAssign

Assigns a value to the given key.

struct LinkedMap(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@safe pure nothrow
opIndexAssign
(,
K key
)

Meta