Operator 演算子

.<=(_:_:)

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

Declaration 宣言

static func .<= (a: Self.Scalar, b: Self) -> SIMDMask<Self.MaskStorage>
Available when Scalar conforms to Comparable. ScalarComparableに準拠する場合に利用可能です。