Rational.opAssign

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

Meta