Skip to content

Mention iter::zip in the documentation for Iterator::zip #91960

Closed
@scottmcm

Description

@scottmcm

Now that iter::zip is stable (#91881), we can mention it in the documentation of other stable methods.

It would thus be nice to mention it in the documentation for Iterator::zip, both to help people discover it and to help them decide when to use which.

It already has a s1.iter().zip(s2); example talking about IntoIterator, so maybe it would make sense to mention iter::zip in terms of when you want that on both sides, as zip(s1, s2).

If you start working on this, please comment @rustbot claim to help avoid duplicate effort.

Metadata

Metadata

Assignees

Labels

E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions