enhancementhelp wantedparity-std
Repository metrics
- Stars
- (9,410 stars)
- PR merge metrics
- (Avg merge 9m) (2 merged PRs in 30d)
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 =)