TenRat

Type Alias TenRat 

Source
pub type TenRat = Rational<{ _ }>;
Expand description

Can store -10 to 10 with a bit of wiggle room.

Aliased Typeยง

pub struct TenRat { /* private fields */ }