-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue for DoubleEndedIterator::rfold (feature iter_rfold
)
#44705
Comments
More rfold impls in #44856 |
Is this ready for a stabilization PR? I don't think there are any open questions... |
I'd love to see this stabilized too. The trait question where to place it (same as rfind) is the only one. I'm interested in what others think about that. |
Looks good to me to stabilize. @rfcbot fcp merge |
Team member @SimonSapin has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once a majority of reviewers approve (and none object), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
I'm glad this was implemented on I'm just noting this because I was going to register a concern about adding this to |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period is now complete. |
…chton Stabilize iterator methods in 1.27 - Closes rust-lang#39480, feature `iter_rfind` - `DoubleEndedIterator::rfind` - Closes rust-lang#44705, feature `iter_rfold` - `DoubleEndedIterator::rfold` - Closes rust-lang#45594, feature `iterator_try_fold` - `Iterator::try_fold` - `Iterator::try_for_each` - `DoubleEndedIterator::try_rfold`
This is a tracking issue for DoubleEndedIterator::rfold (feature
iter_rfold
)rfind
is Tracking issue for (DoubleEnded)?Iterator::rfind #39480The text was updated successfully, but these errors were encountered: