Operator 演算子

.>(_:_:)

A vector mask with the result of a pointwise greater-than comparison. ポイント単位大なり比較の結果を持つベクターマスク。

Declaration 宣言

static func .> (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
Available when Scalar is UInt16. ScalarUInt16である時に利用可能です。