dplug v6.0.22
Dub
Repo
Map.opIndexAssign
dplug
core
map
Map
Updates a value associated with a key, creates it if necessary.
struct
Map
(K, V, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
void
opIndexAssign
(
V
value
,
K
key
)
Meta
Source
See Implementation
dplug
core
map
Map
functions
byGivenKey
byKey
byKeyValue
byValue
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
opIndexAssign
remove
Updates a value associated with a key, creates it if necessary.