nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
MapImpl.opIndexAssign
nulib
collections
map
MapImpl
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
(
V
value
,
K
key
)
Meta
Source
See Implementation
nulib
collections
map
MapImpl
aliases
opSlice
destructors
~this
functions
byKey
byKeyValue
byValue
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
opIndexAssign
remove
postblits
this(this)
Updates a value associated with a key, creates it if necessary.