1 2 3 4 5 6
use primefactor::candidates::PrimeWheel210; fn main() { let mut w = PrimeWheel210::from(100); // There is no prev right now. }