☰
Module take_while
⚠ Internal Docs ⚠
Not Public API
Official Docs Here
64bit Linux GNU
64bit Windows GNU
64bit Mac OSX
Module take_while
Structs
?
Module
core
::
iter
::
adapters
::
take_while
source
·
[
−
]
Structs
TakeWhile
An iterator that only accepts elements while
predicate
returns
true
.