Type Alias fixed::types::I112F16

source ·
pub type I112F16 = FixedI128<U16>;
Expand description

FixedI128 with 112 integer bits and 16 fractional bits.

Aliased Type§

struct I112F16 { /* private fields */ }