Operator 演算子

.==(_:_:)

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

Declaration 宣言

static func .== (a: Self.Scalar, b: Self) -> SIMDMask<Self.MaskStorage>