Vector3.opBinary

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

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

Meta