Rational.opUnary

Unary negation.

struct Rational(Z)
pragma(inline) const
opUnary
(
string op : "-"
)
()
if (
__traits(isPOD, Z)
)