OrderedHashMap.opIndex

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

struct OrderedHashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
ref @safe
V
opIndex
(
in K k
)

Return Value

Type: V

value for given key

Meta