Type Alias num_rational::Rational64

source ·
pub type Rational64 = Ratio<i64>;
Expand description

Alias for a Ratio of 64-bit-sized integers.

Aliased Type§

struct Rational64 { /* private fields */ }