HashMap.opIndexAssign

Supports aakey = value; syntax.

struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
void
opIndexAssign
(,
K key
)

Meta