Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(vt r)
  2. void opOpAssign(vt r)
  3. void opOpAssign(Vector r)
    struct Vector(type, int dimension_)
    @safe pure nothrow
    void
    opOpAssign
    (
    string op
    )
    if (
    (op == "+") ||
    (op == "-")
    )

Meta