dplug v6.0.22
Dub
Repo
Map.opIndex
dplug
core
map
Map
struct
Map
(K, V, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
ref inout
inout
(
V
)
opIndex
(
K
key
)
Return Value
Type:
inout
(
V
)
A reference to the value corresponding to this key.
Meta
Source
See Implementation
dplug
core
map
Map
functions
byGivenKey
byKey
byKeyValue
byValue
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
opIndexAssign
remove