Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implemented FusedIterator for various iterators #955

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

vallentin
Copy link
Contributor

Implemented FusedIterator for various iterators. All the iterators have one thing in common, they wrap a Range, which implements FusedIterator, thus guaranteeing the outer iterator is also fused.

Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss enabled auto-merge August 5, 2023 19:37
@ehuss ehuss added this pull request to the merge queue Aug 5, 2023
Merged via the queue into rust-lang:master with commit 7f21181 Aug 5, 2023
@vallentin vallentin deleted the fused branch August 8, 2023 03:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants