The OpenD Programming Language

HashMap.opIndex

Supports aa[key] syntax.

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

Meta