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

Meta