Tracking Issue for Iterator fold_mut #76751
Labels
A-iterators
Area: Iterators
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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
fold_mut
(Add fold_mut alternative to Iterator trait #76746)Unresolved Questions
fold
method?fold
method any slower?Implementation history
Implementing
fold_mut
- #76746The text was updated successfully, but these errors were encountered: