pub type TenRat = Rational<{ _ }>;
Can store -10 to 10 with a bit of wiggle room.
pub struct TenRat { /* private fields */ }