Function aoc::year2016::day06::find

source ยท
fn find(
    input: &Vec<[u32; 26]>,
    ec: impl Fn(&[u32; 26]) -> (usize, &u32),
) -> String