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

Make OrdMap::range not implement ExactSizedIterator #85

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

jneem
Copy link
Owner

@jneem jneem commented Dec 15, 2024

Fixes #84

src/ord/map.rs Outdated Show resolved Hide resolved
@goffrie
Copy link
Contributor

goffrie commented Dec 15, 2024

Should RangedIter be made private now?

@jneem
Copy link
Owner Author

jneem commented Dec 15, 2024

Yes, good point. And I took the opportunity to rename RangeIter -> RangedIter so that the naming is more consistent with OrdSet.

@jneem jneem merged commit aa97553 into main Dec 16, 2024
16 of 17 checks passed
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.

OrdMap::range returns an ExactSizeIterator with the wrong size hint
3 participants