Module itertools::take_while_inclusive

source ·

Structs§

  • An iterator adaptor that consumes elements while the given predicate is true, including the element for which the predicate first returned false.