itertools
itertools copied to clipboard
Extra iterator adaptors, iterator methods, free functions, and macros.
Results
211
itertools issues
Sort by
recently updated
recently updated
newest added
Rust 1.82 introduced [`std::iter::repeat_n`](https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html#stabilized-apis), so we should remove our `repeat_n` when we switch to this version. Note: Our `RepeatN` implements `PeekingNext`.