---
title: UInt8.SIMD16Storage
framework: swift
role: symbol
role_heading: Structure
path: swift/uint8/simd16storage
---

# UInt8.SIMD16Storage

Storage for a vector of 16 integers.

## Declaration

```swift
@frozen struct SIMD16Storage
```

## Topics

### Initializers

- [init()](swift/uint8/simd16storage/init().md)

### Instance Properties

- [scalarCount](swift/uint8/simd16storage/scalarcount.md)

### Subscripts

- [subscript(_:)](swift/uint8/simd16storage/subscript(_:).md)

### Type Aliases

- [UInt8.SIMD16Storage.Scalar](swift/uint8/simd16storage/scalar.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [SIMDStorage](swift/simdstorage.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
