Rational.opBinary

ditto

  1. Rational!(SomeIntegral) opBinary(Rhs that)
  2. Rational!(SomeIntegral) opBinary(Rhs that)
  3. typeof(this) opBinary(Rhs that)
  4. typeof(this) opBinary(Rhs that)
  5. auto opBinary(Rhs that)
  6. auto opBinary(Rhs that)
  7. auto opBinary(Rhs that)
    struct Rational(SomeIntegral)
    const
    opBinary
    (
    string op
    Rhs
    )
    (
    const scope Rhs that
    )
    if (
    op == "^^" &&
    &&
    is(CommonRational!(SomeIntegral, Rhs))
    )
    if (
    isIntegerLike!SomeIntegral
    )

Meta