Type Alias I64F64

Source
pub type I64F64 = FixedI128<U64>;
Expand description

FixedI128 with 64 integer bits and 64 fractional bits.

Aliased Typeยง

struct I64F64 { /* private fields */ }