Advances the iterator n-steps ahead without returning anything.
Arguments
- obj
an iterable object
- n
The number of elements to consume.
- ...
passed along to iteror constructor.
Advances the iterator n-steps ahead without returning anything.
an iterable object
The number of elements to consume.
passed along to iteror constructor.