aoc
2023.12.25
In aoc::
year2019::
day04
Function
aoc
::
year2019
::
day04
::
passwords
Copy item path
source
ยท
[
−
]
fn passwords( input: &[
u32
], predicate: impl
Fn
(
bool
,
bool
,
bool
,
bool
,
bool
) ->
bool
, ) ->
u32