pub type Q32<const F: i8> = Q<i32, i64, F>;
Fixed point i32 with i64 accumulator
i32
i64
pub struct Q32<const F: i8> { /* private fields */ }