Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(Vector rhs)
    struct Vector(T)
    @safe nothrow pure
    void
    opOpAssign
    (
    string op
    )
    if (
    isNumeric!T &&
    isMutable!T
    &&
    isSigned!T
    )
  2. void opOpAssign(T num)

Meta