Contents

simd_make_uint2(_:_:)

Returns a new vector from the specified scalar values.

Declaration

func simd_make_uint2(_ x: UInt32, _ y: UInt32) -> simd_uint2

See Also

Functions to Create Two-Element Vectors From Scalar Values