more-itertools 0.1.6

A rust implementation of python more-itertools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod iterate;

pub mod locate;

pub mod rlocate;

pub mod replace;

pub mod cache_last;

pub mod cache_until;

pub mod repeat_append_default;