Operator 演算子

&-=(_:_:)

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

Declaration 宣言

static func &-= (a: inout SIMD16<Scalar>, b: SIMD16<Scalar>)
Available when Scalar is UInt8. ScalarUInt8である時に利用可能です。