init(_:)
Creates a new vector from the given vector of integers.
Declaration
init<Other>(_ other: SIMD32<Other>) where Other : FixedWidthInteger, Other : SIMDScalarParameters
- other:
The vector to convert.
Creates a new vector from the given vector of integers.
init<Other>(_ other: SIMD32<Other>) where Other : FixedWidthInteger, Other : SIMDScalarThe vector to convert.