Operator 演算子

&*=(_:_:)

Updates the left hand side with the pointwise wrapping product of two vectors. ポイント単位ラップの、2つのベクターの積で左手側を更新します。

Declaration 宣言

static func &*= (a: inout SIMD32<Scalar>, b: SIMD32<Scalar>)
Available when Scalar is Int16. ScalarInt16である時に利用可能です。