fn iterate_seconds<'a>( robots: &'a Vec<Robot>, bounds: &'a (usize, usize), ) -> impl Iterator<Item = Vec<Robot>> + 'a
An iterator over the unique arrangements of the robots on the grid