HashMap.opIndexAssign

Set a value in the map.

struct HashMap(K, V)
@safe pure nothrow
void
opIndexAssign
(,
K key
)

Parameters

key K

The key in the map.

value V

A value to set in the map.

Meta