<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Int/SIMD8Storage",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:Si12SIMD8StorageV"
  },
  "title" : "Int.SIMD8Storage"
}
-->

# Int.SIMD8Storage

Storage for a vector of eight integers.

```
@frozen struct SIMD8Storage
```

## Topics

### Initializers

[`init()`](/documentation/Swift/Int/SIMD8Storage/init())

Creates a vector with zero in all lanes.

### Instance Properties

[`var scalarCount: Int`](/documentation/Swift/Int/SIMD8Storage/scalarCount)

The number of scalars, or elements, in the vector.

### Subscripts

[`subscript(Int) -> Int`](/documentation/Swift/Int/SIMD8Storage/subscript(_:))

Accesses the element at the specified index.

### Type Aliases

[`typealias Scalar`](/documentation/Swift/Int/SIMD8Storage/Scalar)

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`SIMDStorage`](/documentation/Swift/SIMDStorage)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)