Rational.opAssign

Assign with an integer.

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

Meta