---
title: AugmentationSequence.BatchedSequence
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/augmentationsequence/batchedsequence
---

# AugmentationSequence.BatchedSequence

An async sequence that batches an augmentation sequence.

## Declaration

```swift
struct BatchedSequence
```

## Topics

### Creating an iterator

- [makeAsyncIterator()](createmlcomponents/augmentationsequence/batchedsequence/makeasynciterator().md)
- [AugmentationSequence.Element](createmlcomponents/augmentationsequence/element.md)

### Default Implementations

- [AsyncSequence Implementations](createmlcomponents/augmentationsequence/batchedsequence/asyncsequence-implementations.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)

## See Also

### Batching an augmentation sequence

- [batches(ofSize:dropsLastPartialBatch:)](createmlcomponents/augmentationsequence/batches(ofsize:dropslastpartialbatch:).md)
