enhancementhelp wantedparity-std
Description
fn cycle(self) -> Cycle<Self> where Self: Clone { ... }
@nikomatsakis's notes from the wiki:
- This can probably be done for indexed parallel iterator, at least, sort of like chain?
- Have to think about it =)