Module skip_any_while

Source

Structsยง

SkipAnyWhile
SkipAnyWhile is an iterator that skips over elements from anywhere in I until the callback returns false. This struct is created by the skip_any_while() method on ParallelIterator
SkipAnyWhileConsumer ๐Ÿ”’
SkipAnyWhileFolder ๐Ÿ”’

Functionsยง

skip ๐Ÿ”’