Function count_answers

Source
fn count_answers(
    input: &[u32],
    initial: u32,
    combine: fn(u32, u32) -> u32,
) -> u32