Type of elements within the source iterable.
The source iterable.
Number of elements to bypass. Values less than or equal to zero result in no elements being skipped.
A deferred sequence containing the elements that remain after skipping count items.
Skips a specified number of elements before yielding the remainder of the sequence.