#adventofcode in #rustlang this year is basically someone trying to sell you iterators over and over 😆
@chrisbiscardi Day 3 for me was “hey buddy, wanna buy a HashSet?” https://github.com/stabbylambda/advent2022/blob/main/day3/src/main.rs#L42
Loved watching your video this morning. I solved this last night before bed and definitely ran into some of the same brain fog issues. FWIW, slice has `chunks` without using nightly: https://doc.rust-lang.org/std/primitive.slice.html#method.chunks.