Type Alias num_rational::Rational32
source · pub type Rational32 = Ratio<i32>;
Expand description
Alias for a Ratio
of 32-bit-sized integers.
Aliased Type§
struct Rational32 { /* private fields */ }
pub type Rational32 = Ratio<i32>;
Alias for a Ratio
of 32-bit-sized integers.
struct Rational32 { /* private fields */ }