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

# dropLast(_:)

## Declaration

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