Skip to content
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

ExactSizeIterator and FusedIterator for IntoIter #6

Merged
merged 2 commits into from
Apr 18, 2021
Merged

ExactSizeIterator and FusedIterator for IntoIter #6

merged 2 commits into from
Apr 18, 2021

Conversation

eadf
Copy link
Contributor

@eadf eadf commented Apr 9, 2021

I needed the ExactSizeIterator trait for RBMap for a test.
Since the three IntoIter structs are quite similar I could implement it for all of them.

Sadly my test didn't work out the way I needed it to, so there is no rush with this PR.
If you do decide to merge this I would suggest that you take a look at the clippy issues before publishing.

@dbyr
Copy link
Owner

dbyr commented Apr 10, 2021

No worries, I'll take a look at it, thanks!

@dbyr dbyr merged commit 0c693b5 into dbyr:master Apr 18, 2021
@eadf eadf deleted the ExactSizeIterator branch April 18, 2021 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants