Initializerswift 6.0.1Swift
init(_:)
Creates a new vector from the given vector of integers.
init<Other>(_ other: SIMD16<Other>) where Other : FixedWidthInteger, Other : SIMDScalar
Parameters
- other
The vector to convert.
Other members in extension
Type members
init<Other>(SIMD16<Other>
) Creates a new vector from the given vector of floating-point values.