Module itertools::peeking_take_while
source · Macros§
Structs§
- An iterator adaptor that takes items while a closure returns
true
.
Traits§
- An iterator that allows peeking at an element before deciding to accept it.
Functions§
- Create a
PeekingTakeWhile