Returns a copy of this vector, with elements replaced by elements of other in the lanes where mask is true.
other
mask
true
SDK
Framework
func replacing(with other: SIMD2<Scalar>, where mask: SIMDMask<SIMD2<Scalar.SIMDMaskScalar>>) -> SIMD2<Scalar>