Array.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)
    struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
    static if(!IsOrdered!ordering)
    void
    opOpAssign
    (
    string op
    R
    )
    ()
    if (
    op == "~" &&
    isInputRange!R
    &&
    allSatisfy!(isElementAssignable, ElementType!R)
    )
  3. void opOpAssign(A values)

Meta