HashCollection.opIndexAssign

Same as set(k, v).

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

Meta