Module rayon::iter::skip_any_while
source ยท Structsยง
SkipAnyWhile
is an iterator that skips over elements from anywhere inI
until the callback returnsfalse
. This struct is created by theskip_any_while()
method onParallelIterator
- SkipAnyWhileConsumer ๐//////////////////////////////////////////////////////////////////////// Consumer implementation
- SkipAnyWhileFolder ๐
Functionsยง
- skip ๐