Operator 演算子

&*(_:_:)

The pointwise wrapping product of two vectors. ポイント単位ラップの、2つのベクターの積。

Declaration 宣言

static func &* (a: SIMD64<Scalar>, b: SIMD64<Scalar>) -> SIMD64<Scalar>
Available when Scalar is Int8. ScalarInt8である時に利用可能です。