The OpenD Programming Language

HashMap.opIndexAssign

Supports aakey = value; syntax.

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

Meta