Module take

Module take 

Source
Expand description

Iterating over only the first provided number of items in non-empty iterators.

Structsยง

Take
Represents non-empty iterators that only iterate over the first given number of items of the underlying iterator.