---
title: "suffix(_:)"
framework: swift
role: symbol
role_heading: Instance Method
path: "swift/anysequence/suffix(_:)"
---

# suffix(_:)

## Declaration

```swift
func suffix(_ maxLength: Int) -> [Element]
```
