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