Function aoc::year2019::day17::segments

source ยท
fn segments(path: &str) -> impl Iterator<Item = (&str, &str)>
Expand description

Fun with iterators.