aoc
2024.12.25
In aoc::
year2019::
day17
aoc
::
year2019
::
day17
Function
segments
Copy item path
Source
fn segments(path: &
str
) -> impl
Iterator
<Item = (&
str
, &
str
)>
Expand description
Fun with iterators.