Rational.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Rational!(SomeIntegral) opBinary(Rhs that)
    struct Rational(SomeIntegral)
    const
    Rational!(SomeIntegral)
    opBinary
    (
    string op
    Rhs
    )
    (
    const scope Rhs that
    )
    if (
    op == "*" &&
    is(CommonRational!(SomeIntegral, Rhs))
    &&
    )
    if (
    isIntegerLike!SomeIntegral
    )
  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)

Meta