multi_iter
Iterator for acting on multiple elements at a time.
Features
-
Peek multiple elements with:
peek_npeek_rest
-
Advance in windows by using:
next_nnext_n_if_eachnext_n_if_slice
-
Collect with zero allocations using:
remainingremaining_ifremaining_if_slice
Installation
[]
= "0.1.6"
No-std support
It is possible to use this crate without the Rust standard library. Disable the default "std" feature by doing the following:
[]
= { = "0.1.6", = false }