Vector2.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2 opBinary(Vector2 other)
    struct Vector2
    @nogc nothrow const
    opBinary
    (
    string op
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    )
  2. Vector2 opBinary(real_t scalar)

Meta