Skip to main content

V8

Type Alias V8 

Source
pub type V8<const F: i8> = Q<Wrapping<u8>, Wrapping<u16>, F>;
Expand description

Fixed point Wrapping< u8 > with Wrapping< u16 > accumulator

Aliased Typeยง

pub struct V8<const F: i8> { /* private fields */ }