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)
ref
V
opIndex
@safe
(
in K k
)

Return Value

Type: V

value for given key

Meta