rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.72k stars 309 forks source link

Clonable Chunks iterator? #657

Closed TheDan64 closed 1 year ago

TheDan64 commented 1 year ago

It seems that Chunks doesn't implement Clone, so there's no way to reuse the iterator if you want multiple copies of the chunks