&+=(_:_:)
Updates the left hand side with the wrapping sum of the two vectors.
Declaration
static func &+= (a: inout SIMD2<Scalar>, b: SIMD2<Scalar>)Updates the left hand side with the wrapping sum of the two vectors.
static func &+= (a: inout SIMD2<Scalar>, b: SIMD2<Scalar>)