rayon-rs/rayon

Add an Iterator::cycle equivalent

开放

#330 创建于 2017年5月1日

 (6 条评论) (3 个反应) (0 位负责人)Rust (450 个派生)batch import
enhancementhelp wantedparity-std

仓库指标

星标
 (9,410 个星标)
PR 合并指标
 (平均合并 9分钟) (30 天内合并 2 个 PR)

描述

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

贡献者指南