Vector2.opBinary

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

  1. Vector2 opBinary(Vector2 vec)
  2. Vector2 opBinary(T number)
    struct Vector2(T)
    const pure
    opBinary
    (
    string op
    )
    ()
    if (
    isNumeric!T
    )

Meta