---
title: "init(_:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/simd64/init(_:)-1ogvd"
---

# init(_:)

Creates a new vector from the given vector of integers.

## Declaration

```swift
init<Other>(_ other: SIMD64<Other>) where Other : FixedWidthInteger, Other : SIMDScalar
```

## Parameters

- `other`: The vector to convert.
