Vector2.opBinary

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

Meta