Rational.opAssign

Assigns an integer value to this rational number.

struct Rational(Z)
pragma(inline)
void
opAssign
if (
__traits(isPOD, Z)
)