HashCollection.opIndexOpAssign

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

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

Meta