Module take_any_while

Source

Structsยง

TakeAnyWhile
TakeAnyWhile is an iterator that iterates over elements from anywhere in I until the callback returns false. This struct is created by the take_any_while() method on ParallelIterator
TakeAnyWhileConsumer ๐Ÿ”’
TakeAnyWhileFolder ๐Ÿ”’

Functionsยง

take ๐Ÿ”’