HashMapImpl.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(Value) opIndex(Key key)
    struct HashMapImpl(Key, Value, ALLOC = void)
    @trusted nothrow ref inout
    inout(Value)
    opIndex
    (
    Key key
    )
  2. Value opIndex(Key key)

Meta