Map.opIndex

struct Map(K, V, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc ref inout
inout(V)
opIndex
(
K key
)

Return Value

Type: inout(V)

A reference to the value corresponding to this key.

Meta