Rational.opBinaryRight

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

Meta