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)
  3. void opOpAssign(A values)
    static if(!isOrdered!ordering)
    void
    opOpAssign
    (
    string op
    A
    )
    (
    ref A values
    )
    if (
    op == "~" &&
    isArrayContainer!A
    &&
    isElementAssignable!(ElementType!A)
    )

Meta