The leading items are pulled from the source and dropped, then the rest of the feed is emitted lazily, in source
order; a shorter feed is consumed entirely and nothing is emitted.
Type Parameters
V
The type of items in the feed
Parameters
n: number
The number of leading items to discard; values less than 1 leave the feed untouched
Creates a task discarding a prefix of the feed.
The leading items are pulled from the source and dropped, then the rest of the feed is emitted lazily, in source order; a shorter feed is consumed entirely and nothing is emitted.