<!--
{
  "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/SIMD64Storage",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:Si13SIMD64StorageV"
  },
  "title" : "Int.SIMD64Storage"
}
-->

# Int.SIMD64Storage

Storage for a vector of 64 integers.

```
@frozen struct SIMD64Storage
```

## Topics

### Initializers

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

Creates a vector with zero in all lanes.

### Instance Properties

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

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

### Subscripts

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

Accesses the element at the specified index.

### Type Aliases

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

## Relationships

### Conforms To

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

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

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

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

---

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)