init(upstream:count:)
Creates a publisher that omits a specified number of elements before republishing later elements.
Declaration
init(upstream: Upstream, count: Int)Parameters
- upstream:
The publisher from which this publisher receives elements.
- count:
The number of elements to drop.