-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Open
Labels
C-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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-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
Feature gate: #![feature(option_flat_iter)]
This is a tracking issue for Option::(into_)flat_iter, methods for getting iterators out of Options.
Public API
impl<T> Opt<T> where T: IntoIterator {
pub fn into_flat_iter(self) -> OptionFlatten<<T as IntoIterator>::IntoIter>;
}Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- ACP:
Option::map_iter()to create an iterator fromOptionlibs-team#626 - Implementation: #...
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- Should there be
into_flat_iterandflat_iteror justinto_flat_iterandas_ref/as_mut?
Footnotes
Metadata
Metadata
Assignees
Labels
C-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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-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.