aoc
2024.12.25
In aoc::
year2016::
day03
aoc
::
year2016
::
day03
Function
count
Copy item path
Source
fn count<'a, I>(iter: I) ->
usize
where I:
Iterator
<Item = &'a
u32
>,