Type Alias fixed::types::I110F18

source ·
pub type I110F18 = FixedI128<U18>;
Expand description

FixedI128 with 110 integer bits and 18 fractional bits.

Aliased Type§

struct I110F18 { /* private fields */ }