Type Alias I31F1

Source
pub type I31F1 = FixedI32<U1>;
Expand description

FixedI32 with 31 integer bits and one fractional bit.

Aliased Typeยง

struct I31F1 { /* private fields */ }