---
title: "dropFirst(_:)"
framework: combine
role: symbol
role_heading: Instance Method
path: "combine/just/dropfirst(_:)"
---

# dropFirst(_:)

## Declaration

```swift
func dropFirst(_ count: Int = 1) -> Optional<Output>.Publisher
```

## See Also

### Applying sequence operations to elements

- [drop(while:)](combine/just/drop(while:).md)
- [append(_:)](combine/just/append(_:)-7eyqj.md)
- [append(_:)](combine/just/append(_:)-7sxlu.md)
- [prepend(_:)](combine/just/prepend(_:)-39e57.md)
- [prepend(_:)](combine/just/prepend(_:)-7fg73.md)
- [prefix(_:)](combine/just/prefix(_:).md)
- [prefix(while:)](combine/just/prefix(while:).md)
