Module take_while
core
1.92.0-nightly
(5c7ae0c7e 2025-10-02)
Module take_
while
Module Items
Structs
In core::
iter::
adapters
core
::
iter
::
adapters
Module
take_
while
Copy item path
Source
Structs
§
Take
While
An iterator that only accepts elements while
predicate
returns
true
.