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)
    struct Rational(SomeIntegral)
    const
    opBinaryRight
    (
    string op
    Rhs
    )
    (
    const scope Rhs that
    )
    if (
    op == "+" &&
    is(CommonRational!(SomeIntegral, Rhs))
    &&
    )
    if (
    isIntegerLike!SomeIntegral
    )
  4. typeof(this) opBinaryRight(Rhs that)
  5. Rational!(SomeIntegral) opBinary(Rhs that)
  6. Rational!(SomeIntegral) opBinary(Rhs that)

Meta