Operator 演算子

&+=(_:_:)

Updates the left hand side with the wrapping sum of the two vectors. ラップしている、2つのベクターの和で左手側を更新します。

Declaration 宣言

static func &+= (a: inout SIMD8<Scalar>, b: SIMD8<Scalar>)
Available when Scalar is Int. ScalarIntである時に利用可能です。