Vector2.opOpAssign

Supported operation: +=, -=, *=, /= and %=

  1. Vector2!(T) opOpAssign(const Vector2!(T) vec)
  2. Vector2!(T) opOpAssign(float num)
    struct Vector2(T)
    @nogc ref
    opOpAssign
    pure nothrow
    (
    string op
    )
    (
    float num
    )
    if (
    isNumeric!(T)
    )

Meta