Map.opIndex

Lookup a key and return the stored value. If the key does not currently exist, it is created and its value set to V.init.

struct Map(Key, V)
ref
V
opIndex
(
T
)
(
auto ref const(T) key
)
if (
is(typeof(T.init < Key.init))
)

Meta