init(truncatingIfNeeded:)
Creates a new vector from the given vector, truncating the bit patterns of the given vector’s elements if necessary.
Declaration
init<Other>(truncatingIfNeeded other: SIMD2<Other>) where Other : FixedWidthInteger, Other : SIMDScalarParameters
- other:
The vector to convert.