---
title: HumanBodyActionCounter.CumulativeSumSequence.Iterator
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/humanbodyactioncounter/cumulativesumsequence/iterator
---

# HumanBodyActionCounter.CumulativeSumSequence.Iterator

An async iterator of cumulative count sequence.

## Declaration

```swift
struct Iterator
```

## Topics

### Getting the next element

- [next()](createmlcomponents/humanbodyactioncounter/cumulativesumsequence/iterator/next().md)

## Relationships

### Conforms To

- [AsyncIteratorProtocol](swift/asynciteratorprotocol.md)

## See Also

### Creating an iterator

- [makeAsyncIterator()](createmlcomponents/humanbodyactioncounter/cumulativesumsequence/makeasynciterator().md)
