---
title: DispatchData.Region
framework: dispatch
role: symbol
role_heading: Structure
path: dispatch/dispatchdata/region
---

# DispatchData.Region

## Declaration

```swift
struct Region
```

## Topics

### Accessing the Region

- [subscript(_:)](dispatch/dispatchdata/subscript(_:).md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [ContiguousBytes](foundation/contiguousbytes.md)
- [DataProtocol](foundation/dataprotocol.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)

## See Also

### Accessing Buffer Data

- [subscript(_:)](dispatch/dispatchdata/subscript(_:).md)
- [region(location:)](dispatch/dispatchdata/region(location:).md)
