HashCollection.opIndexOpAssign

Perform cumulative operation with value at index.

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

Meta