Type Alias fixed::types::I123F5

source ·
pub type I123F5 = FixedI128<U5>;
Expand description

FixedI128 with 123 integer bits and five fractional bits.

Aliased Type§

struct I123F5 { /* private fields */ }