You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, would it possible to implement
Clone
forIntoIter
? 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 aVec
but it would be nice if tinyset could support it directly.The text was updated successfully, but these errors were encountered: