Vector2.opBinary

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

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

Meta