HashMap.opIndex

Supports aakey syntax.

struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
opIndex
(
this This
)
(
K key
)

Meta