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