FastPeriodicWheel

Type Alias FastPeriodicWheel 

Source
pub type FastPeriodicWheel<T> = BitWheel<T, 2, 25, 8, 64>;

Aliased Typeยง

pub struct FastPeriodicWheel<T> { /* private fields */ }