Iterator Chaining

2022-11-07

Trying out Simon Willison's suggestion about what to blog about.

This Reddit Comment

TIL, chaining iterators in rust doesn't mean that each operation happens on the entire list in each step, but all of them occur on the current element in an iteration.