HashCollection.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. IV opIndexAssign(AV v, AK k)
  2. 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
    )
    (
    AV v
    ,
    auto ref AK k
    )
    if (
    is(AK : K) &&
    is(AV : V)
    )
  3. IV opIndexAssign(IV v, IK k)

Meta