FixedKeyMap.opIndexAssign

Sets a value for a key.

class FixedKeyMap(K, V)
void
opIndexAssign
(,
Const!(K) key
)

Parameters

value V

value to set

key Const!(K)

key to set value for

Throws

if key is not in map (see this.keyIndex)

Meta