advent_of_code_2024::day_14

Function iterate_seconds

source
fn iterate_seconds<'a>(
    robots: &'a Vec<Robot>,
    bounds: &'a (usize, usize),
) -> impl Iterator<Item = Vec<Robot>> + 'a
Expand description

An iterator over the unique arrangements of the robots on the grid