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
- //////////////////////////////////////////////////////////////////////// Consumer implementation
Functions§
- skip 🔒