pub type FastPeriodicWheel<T> = BitWheel<T, 2, 25, 8, 64>;
pub struct FastPeriodicWheel<T> { /* private fields */ }