You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Philippe-Cholet, alecmocatta, luander and schneiderfelipe