Function aoc::year2019::day04::passwords

source ยท
fn passwords(
    input: &[u32],
    predicate: impl Fn(bool, bool, bool, bool, bool) -> bool,
) -> u32