Vector2.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2!(T) opOpAssign(Vector2!(E) otherVector)
    struct Vector2(T)
    ref
    opOpAssign
    (
    string op
    E
    )
    if (
    isNumeric!(E) &&
    (
    (op == "+") ||
    (op == "-")
    )
    )
    if (
    isNumeric!(T)
    )
  2. Vector2!(T) opOpAssign(E num)

Meta