-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed
Labels
A-iteratorsArea: IteratorsArea: IteratorsC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
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
- Implement
fold_mut(Add fold_mut alternative to Iterator trait #76746) - Adjust documentation
- Stabilization PR
Unresolved Questions
- Should we instead put this effort into optimizing the existing
foldmethod? - Why is the existing
foldmethod any slower?
Implementation history
Implementing fold_mut - #76746
Metadata
Metadata
Assignees
Labels
A-iteratorsArea: IteratorsArea: IteratorsC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.