Vector2i.opBinary

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

Meta