Contents

init(_:)

Creates a new vector from the given vector of integers.

Declaration

init<Other>(_ other: SIMD64<Other>) where Other : FixedWidthInteger, Other : SIMDScalar

Parameters

  • other:

    The vector to convert.