-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Vec Iterator inconsistencies #10962
Comments
For the naming conventions, looking at For the empty element, I think that For Conclusion: IMHO, we can harmonize the Iterators' name, but the behavior of @DaGenix If you are convinced, you can close this issue. You can also propose a PR with the homogenization of the Iterators' names. |
That makes sense to me. Thanks! |
And i'll open up a PR to convert all of the *Iter to *Iterator. |
Opened #11001 |
It seems like there are some inconsistencies regarding iterators in vec.rs. Just to pick two examples:
Whats the correct behavior for vec iterators on an empty slice? Is there a good reason that I'm not thinking of that they behave differently?
Whats the correct naming convention?
@TeXitoi
The text was updated successfully, but these errors were encountered: