Rational.opAssign

Assign with another Rational.

  1. Rational opAssign(T other)
    struct Rational
    @nogc ref pure nothrow
    opAssign
    (
    T
    )
    ()
    if (
    is(Unqual!T == Rational)
    )
  2. Rational opAssign(T n)

Meta