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

Implement IntoIterator trait #49

Closed
vil-mo opened this issue Apr 12, 2024 · 2 comments · Fixed by #62
Closed

Implement IntoIterator trait #49

vil-mo opened this issue Apr 12, 2024 · 2 comments · Fixed by #62

Comments

@vil-mo
Copy link

vil-mo commented Apr 12, 2024

No description provided.

@becheran
Copy link
Owner

@vil-mo could you please provide a descrpiption of what you want to achieve?

@henryiii
Copy link
Contributor

henryiii commented Dec 16, 2024

I've silenced this warning in #58, but I think this would be to allow for val in &grid vs. the current requirement of for val in grid.iter(). Leaving it off would enforce that you choose a iter method. But I think it's very common that iteration maps to .iter().

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 a pull request may close this issue.

3 participants