Function HashMap.opIndex

map[key]

auto inout auto opIndex(K) (
  K k
);

Attention

you can't use this method in @nogc code. Usual aa[key] method. Throws exception if key not found

Returns

value for given key