---
title: "dropLast(_:)"
framework: swift-package-manager
role: symbol
role_heading: Instance Method
path: "swift-package-manager/documentation/packageplugin/filelist/droplast(_:)"
---

# dropLast(_:)

Inherited from Sequence.dropLast(_:).

## Declaration

```swift
func dropLast(_ k: Int = 1) -> [Self.Element]
```
