Structsยง
- SkipAny
SkipAny
is an iterator that skips overn
elements from anywhere inI
. This struct is created by theskip_any()
method onParallelIterator
- Skip
AnyConsumer ๐ - Skip
AnyFolder ๐
Functionsยง
- checked_
decrement ๐
SkipAny
is an iterator that skips over n
elements from anywhere in I
.
This struct is created by the skip_any()
method on ParallelIterator