itermore 0.8.0

🤸‍♀️ More iterator adaptors
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "collect_array")]
pub mod collect_array;
#[cfg(feature = "min_max")]
pub mod min_max;
#[cfg(feature = "next_chunk")]
pub mod next_chunk;
#[cfg(feature = "sorted")]
pub mod sorted;