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

Support arbitrary containers by IntoIterator blanket impl #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukaslihotzki
Copy link

Fixes #229

arrays, Vec, and BTreeSet and their references still work. Also, other custom containers that implement IntoIterator work with and without explicit reference.

@lukaslihotzki lukaslihotzki force-pushed the intoiterator branch 3 times, most recently from bc07168 to 97693fe Compare September 8, 2022 14:15
@lukaslihotzki lukaslihotzki marked this pull request as draft September 8, 2022 14:33
@lukaslihotzki
Copy link
Author

Converted to draft because of problems with RepInterp interaction.

@lukaslihotzki lukaslihotzki force-pushed the intoiterator branch 2 times, most recently from a00eb0f to 81256dd Compare September 8, 2022 14:45
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.

Interpolate arbitrary Iterator multiple times
1 participant