Rational.gcd_

Undocumented in source.
template Rational(int n, uint d = 1u)
@safe
enum gcd_ = gcd(cast(uint)abs(n), d);

Meta