HashMap.opIndex

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

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

Return Value

Type: auto

value for given key

Meta