itertools
0.13.0
Module take_
while_
inclusive
Module Items
Structs
In crate itertools
itertools
Module
take_while_inclusive
Copy item path
Source
Structs
ยง
Take
While
Inclusive
An iterator adaptor that consumes elements while the given predicate is
true
, including the element for which the predicate first returned
false
.