Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(F r)
  2. void opOpAssign(Vector r)
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    void
    opOpAssign
    (
    string op
    )
    ()
    if (
    (op == "+") ||
    (op == "-")
    )
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )

Meta