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