HashMap.opIndexAssign

Set a value in the map.

struct HashMap(K, V)
void
opIndexAssign
(,
K key
)
if ()

Parameters

key K

The key in the map.

value V

A value to set in the map.

Meta