Vec2.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vec2!T opBinary(Vec2!T V)
  2. Vec2!T opBinary(Vec2!T V)
  3. Vec2!T opBinary(float f)
    struct Vec2(T)
    opBinary
    (
    string op
    )
    (
    float f
    )
    if (
    op == "*"
    )

Meta