inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
RcOrderedDictionary.opIndexAssign
inp
format
dict
RcOrderedDictionary
Assigns an element of the dictionary.
struct
RcOrderedDictionary
(TKey, TValue)
@
nogc
void
opIndexAssign
()
(
auto
ref
TValue
value
,
auto
ref
TKey
key
)
Parameters
key
TKey
The key to query.
value
TValue
The value to set.
Meta
Source
See Implementation
inp
format
dict
RcOrderedDictionary
constructors
this
destructors
~this
functions
opApply
opAssign
opBinaryRight
opIndex
opIndexAssign
remove
properties
length
static functions
make
Assigns an element of the dictionary.