itertools
0.13.0
Module peeking_
take_
while
Module Items
Macros
Structs
Traits
Functions
In crate itertools
itertools
Module
peeking_take_while
Copy item path
Source
Macros
§
peeking_
next_
by_
clone
🔒
Structs
§
Peeking
Take
While
An iterator adaptor that takes items while a closure returns
true
.
Traits
§
Peeking
Next
An iterator that allows peeking at an element before deciding to accept it.
Functions
§
peeking_
take_
while
Create a
PeekingTakeWhile