---
title: state
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsfastenumerationstate/state
---

# state

Arbitrary state information used by the iterator. Typically this is set to 0 at the beginning of the iteration.

## Declaration

```swift
var state: UInt
```
