Initializerswift 6.0.1Swift

    init(truncatingIfNeeded:)

    Creates a new vector from the given vector, truncating the bit patterns of the given vector’s elements if necessary.

    init<Other>(truncatingIfNeeded other: SIMD4<Other>) where Other : FixedWidthInteger, Other : SIMDScalar

    Parameters

    other

    The vector to convert.

    Other members in extension

    Type members