HashMapImpl.opIndex

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

Meta