Rational.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Rational!(SomeIntegral) opBinary(Rhs that)
  2. Rational!(SomeIntegral) opBinary(Rhs that)
  3. typeof(this) opBinary(Rhs that)
    struct Rational(SomeIntegral)
    const
    typeof(this)
    opBinary
    (
    string op
    Rhs
    )
    (
    const scope Rhs that
    )
    if (
    op == "/" &&
    is(CommonRational!(int, Rhs))
    &&
    )
    if (
    isIntegerLike!SomeIntegral
    )
  4. typeof(this) opBinary(Rhs that)
  5. auto opBinary(Rhs that)
  6. auto opBinary(Rhs that)
  7. auto opBinary(Rhs that)

Meta