Open
Description
Implementing fold
for our iterators allows us to provide more performant internal iteration. We provide it in some cases, but not all. I'd like us to take three steps towards resolving this:
- Take an inventory of whether our adapters provide
fold
. - Implement
fold
for missing adapters. - (Potentially!) Implement a clippy lint to prevent regressions.
Happy to provide mentorship for any of these items.