---
title: suffix()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/utf8span/unicodescalariterator/suffix()
---

# suffix()

Returns the UTF8Span containing all the content after the iterator’s current position.

## Declaration

```swift
func suffix() -> UTF8Span
```

## Discussion

Discussion The resultant UTF8Span has the same lifetime constraints as self. note: O(1)
