Operator 演算子

.!=(_:_:)

Returns a vector mask with the result of a pointwise inequality comparison. ポイント単位不等比較の結果を持つベクターマスクを返します。

Declaration 宣言

static func .!= (a: SIMDMask<Storage>, b: Bool) -> SIMDMask<Storage>