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