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