pub type UFixSize<Exp> = Fix<usize, U2, Exp>;
pub struct UFixSize<Exp> { pub bits: usize, /* private fields */ }
bits: usize
The underlying integer.