HashMap.opIndex

mapkey Attention: you can't use this method in @nogc code. Usual aakey method. Throws exception if key not found Returns: value for given key

struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
inout
opIndex
(
K
)
(
K k
)