---
title: "init(upstream:count:)"
framework: combine
role: symbol
role_heading: Initializer
path: "combine/publishers/drop/init(upstream:count:)"
---

# init(upstream:count:)

Creates a publisher that omits a specified number of elements before republishing later elements.

## Declaration

```swift
init(upstream: Upstream, count: Int)
```

## Parameters

- `upstream`: The publisher from which this publisher receives elements.
- `count`: The number of elements to drop.
