---
title: next()
framework: paperkit
role: symbol
role_heading: Instance Method
path: paperkit/markuporderedset/iterator/next()
---

# next()

Advances to the next element and returns it, or nil if no next element exists.

## Declaration

```swift
mutating func next() -> (any Markup)?
```
