rayon-rs/rayon

Add an Iterator::cycle equivalent

Open

#330 建立於 2017年5月1日

在 GitHub 查看
 (6 留言) (3 反應) (0 負責人)Rust (9,410 star) (450 fork)batch import
enhancementhelp wantedparity-std

描述

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

貢獻者指南