Module take_while_inclusive

Source

Structsยง

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