rayon-rs/rayon

Add an Iterator::cycle equivalent

オープン

#330 opened on 2017/05/01

 (6 件のコメント) (3 件のリアクション) (0 人の担当者)Rust (450 件のフォーク)batch import
enhancementhelp wantedparity-std

Repository metrics

Stars
 (9,410 個のスター)
PR merge metrics
 (平均マージ 9m) (30d で 2 merged PRs)

説明

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

コントリビューターガイド