HashCollection.opIndexOpAssign

Perform cumulative operation with value (initialized with .init if the key does not exist).

  1. IV opIndexOpAssign(AV v, AK k)
    struct HashCollection(K, V, bool ordered, bool multi)
    ref
    static if(haveIndexing)
    static if(haveValues)
    IV
    opIndexOpAssign
    (
    string op
    AK
    AV
    )
    (
    auto ref AV v
    ,
    auto ref AK k
    )
    if (
    is(AK : K) &&
    is(AV : V)
    )
  2. IV opIndexOpAssign(VV v, IK k)

Meta