Counts the number of elements in an iterator. NOTE: The iterator is consumed in the process.
Arguments
- object
an iterable object
- ...
passed along to iteror constructor.
Counts the number of elements in an iterator. NOTE: The iterator is consumed in the process.
an iterable object
passed along to iteror constructor.