LinkedHashMap.opIndexOpAssign

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

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

Meta