Function explore

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