HashCollection.opIndexAssign

Same as set(k, v).

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

Meta