Removes a number of elements from the start of the iterator.
fn consume(&mut self, n: usize) -> &mut Self
The number of elements to remove.
This function calls next n times.
next
n