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