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