Initializerswift 6.0.3Swift

init(_:)

Creates a new vector from the given vector of floating-point values.

init<Other>(_ other: SIMD16<Other>) where Other : BinaryFloatingPoint, Other : SIMDScalar

Parameters

other

The vector to convert.