---
title: next()
framework: swift
role: symbol
role_heading: Instance Method
path: swift/emptycollection/iterator/next()
---

# next()

Returns nil, indicating that there are no more elements.

## Declaration

```swift
mutating func next() -> Element?
```
