This is a tracking issue for the fold_mut method in the Iterator trait defined in #76746.
The feature gate for the issue is #![feature(iterator_fold_mut)].
Steps
Unresolved Questions
- Should we instead put this effort into optimizing the existing
fold method?
- Why is the existing
fold method any slower?
Implementation history
Implementing fold_mut - #76746
This is a tracking issue for the
fold_mutmethod in the Iterator trait defined in #76746.The feature gate for the issue is
#![feature(iterator_fold_mut)].Steps
fold_mut(Add fold_mut alternative to Iterator trait #76746)Unresolved Questions
foldmethod?foldmethod any slower?Implementation history
Implementing
fold_mut- #76746