itertools
0.13.0
Module multipeek_
impl
Module Items
Structs
Functions
In crate itertools
itertools
Module
multipeek_impl
Copy item path
source
Structs
§
Multi
Peek
See
multipeek()
for more information.
Functions
§
multipeek
An iterator adaptor that allows the user to peek at multiple
.next()
values without advancing the base iterator.