Vector2.opBinary

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

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

Meta