Internal
Create a new generator that ignores the first n elements of the input iterable.
n
The element type of the input iterable
The input iterable
The number of elements to skip
A new generator with the first n elements of the input iterable skipped.
Generated using TypeDoc
Create a new generator that ignores the first
n
elements of the input iterable.