RcOrderedDictionary.opIndexAssign

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