Rational.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opCmp(Rhs that)
  2. int opCmp(Rhs that)
    struct Rational(SomeIntegral)
    const
    int
    opCmp
    (
    Rhs
    )
    (
    const scope Rhs that
    )
    if (
    isIntegerLike!SomeIntegral
    )
  3. Rational!(SomeIntegral) opBinary(Rhs that)
  4. Rational!(SomeIntegral) opBinary(Rhs that)

Meta