- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Open
Labels
A-iteratorsArea: IteratorsArea: IteratorsB-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.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 RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.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
Implemented in #37306
Open Questions:
- 
- Naming: something with Iterator in the name?
 
- 
- Naming: size vs len
 
- 
- Does TrustedLen pose any requirements on the ExactSizeIterator impl if one exists for the same type?
 
- 
- Does TrustedLen pose any requirements on the Clone impl if one exists for the same type?
 
- 
- Check all the specific impls, including complicated ones like Flatten on arrays or FlatMap that returns arrays.
 
est31, KevinMGranger, stanislav-tkach, xiaoas, brooksprumo and 7 morebjoernager
Metadata
Metadata
Assignees
Labels
A-iteratorsArea: IteratorsArea: IteratorsB-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.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 RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.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.