aoc::year2022::day16

Function explore

Source
fn explore(
    input: &Input,
    state: &State,
    high_score: &mut impl FnMut(usize, u32) -> u32,
)