---
title: UInt16.SIMD32Storage
framework: swift
role: symbol
role_heading: Structure
path: swift/uint16/simd32storage
---

# UInt16.SIMD32Storage

Storage for a vector of 32 integers.

## Declaration

```swift
@frozen struct SIMD32Storage
```

## Topics

### Initializers

- [init()](swift/uint16/simd32storage/init().md)

### Instance Properties

- [scalarCount](swift/uint16/simd32storage/scalarcount.md)

### Subscripts

- [subscript(_:)](swift/uint16/simd32storage/subscript(_:).md)

### Type Aliases

- [UInt16.SIMD32Storage.Scalar](swift/uint16/simd32storage/scalar.md)

## Relationships

### Conforms To

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