rayon-rs/rayon

Add an Iterator::cycle equivalent

Aperta

#330 aperta il 1 mag 2017

 (6 commenti) (3 reazioni) (0 assegnatari)Rust (450 fork)batch import
enhancementhelp wantedparity-std

Metriche repository

Star
 (9410 stelle)
Metriche merge PR
 (Merge medio 9m) (2 PR mergiate in 30 g)

Descrizione

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 =)

Guida contributor