opOpAssign

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

Meta