---
title: Int16.SIMD8Storage
framework: swift
role: symbol
role_heading: Structure
path: swift/int16/simd8storage
---

# Int16.SIMD8Storage

Storage for a vector of eight integers.

## Declaration

```swift
@frozen struct SIMD8Storage
```

## Topics

### Initializers

- [init()](swift/int16/simd8storage/init().md)

### Instance Properties

- [scalarCount](swift/int16/simd8storage/scalarcount.md)

### Subscripts

- [subscript(_:)](swift/int16/simd8storage/subscript(_:).md)

### Type Aliases

- [Int16.SIMD8Storage.Scalar](swift/int16/simd8storage/scalar.md)

## Relationships

### Conforms To

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