LinkedHashMap.opIndex

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

  1. inout(Value) opIndex(Key key)
    struct LinkedHashMap(Key, Value)
    inout pure @safe
    inout(Value)
    opIndex
    (
    Key key
    )
  2. void opIndexAssign(Value value, Key key)
  3. Value opIndexUnary(Key key)
  4. Value opIndexOpAssign(Value v, Key key)

Meta