Returns the size of the passed-in iterator, consuming it in the process.
// Returns 5it.reduce('hello') Copy
// Returns 5it.reduce('hello')
Returns the size of the passed-in iterator, consuming it in the process.