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 */ }