Type Alias fixed::types::I127F1

source ·
pub type I127F1 = FixedI128<U1>;
Expand description

FixedI128 with 127 integer bits and one fractional bit.

Aliased Type§

struct I127F1 { /* private fields */ }