opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(Us values)
    static if(!isOrdered!ordering)
    void
    opOpAssign
    (
    string op
    Us...
    )
    ()
    if (
    op == "~" &&
    values.length >= 1
    &&
    allSatisfy!(isElementAssignable, Us)
    )
  2. void opOpAssign(R values)
  3. void opOpAssign(A values)

Meta