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 Clone for IntoIter #20

Closed
poscat0x04 opened this issue Nov 8, 2023 · 0 comments
Closed

Implement Clone for IntoIter #20

poscat0x04 opened this issue Nov 8, 2023 · 0 comments

Comments

@poscat0x04
Copy link

poscat0x04 commented Nov 8, 2023

Hi, would it possible to implement Clone for IntoIter? I have the need to iterate over the same iterator multiple times. This of course can be done by first collecting all the outputs into a Vec but it would be nice if tinyset could support it directly.

@droundy droundy closed this as completed in 0d99eb3 Sep 8, 2024
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

No branches or pull requests

1 participant