LinkedHashMap.opIndex

Indexing operators yield or modify the value at a specified index.

struct LinkedHashMap(Key, Value)
inout pure @safe
inout(Value)
opIndex
(
Key key
)

Meta