# Functions
Collect processes the entire iterator and appends each element produced to a slice, which is returned.
CollectErr has the same functionality as Collect, except that it accepts an error as its second argument.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Visit applies the provided function to every element in the iterator.
# Type aliases
No description provided by the author