Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opOpAssign(Vector!(R, N) b)
    struct Vector(T, size_t N)
    opOpAssign
    (
    string op
    R
    )
    (
    in Vector!(R, N) b
    )
    if (
    isNumeric!R
    )
    if (
    isNumeric!T &&
    N > 0
    )
  2. auto opOpAssign(R b)

Meta