collections-d v0.4.1 (2021-01-24T21:13:46Z)
Dub
Repo
LinkedMap.opIndexAssign
collections
linkedmap
LinkedMap
Assigns a value to the given key.
struct
LinkedMap
(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@
safe
pure nothrow
auto
opIndexAssign
(
E
value
,
K
key
)
Meta
Source
See Implementation
collections
linkedmap
LinkedMap
functions
has
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
remove
toString
properties
length
static functions
makeFunc
variables
_length
last
root
Assigns a value to the given key.