---
title: "dropLast(_:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/anybidirectionalcollection/droplast(_:)"
---

# dropLast(_:)

## Declaration

```swift
func dropLast(_ n: Int = 1) -> AnyBidirectionalCollection<Element>
```
