---
title: AsyncUnicodeScalarSequence
framework: foundation
role: symbol
role_heading: Structure
path: foundation/asyncunicodescalarsequence
---

# AsyncUnicodeScalarSequence

An asychronous sequence of Unicode scalar values.

## Declaration

```swift
struct AsyncUnicodeScalarSequence<Base> where Base : AsyncSequence, Base.Element == UInt8
```

## Topics

### Supporting types

- [AsyncUnicodeScalarSequence.Element](foundation/asyncunicodescalarsequence/element.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Structures

- [AsyncCharacterSequence](foundation/asynccharactersequence.md)
- [AsyncLineSequence](foundation/asynclinesequence.md)
- [Expression](foundation/expression.md)
- [NSAttributedStringFormattingContextKey](foundation/nsattributedstringformattingcontextkey.md)
- [NSKeyValueChangeKey](foundation/nskeyvaluechangekey.md)
- [NSKeyValueObservedChange](foundation/nskeyvalueobservedchange.md)
- [NSKeyValueOperator](foundation/nskeyvalueoperator.md)
- [PresentationIntent](foundation/presentationintent.md)
