Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector opOpAssign(U operand)
    struct Vector(T, int N)
    nothrow @nogc ref pure nothrow
    opOpAssign
    (
    string op
    U
    )
    if (
    is(U : Vector)
    )
  2. Vector opOpAssign(U operand)

Meta