Operatorswift 6.1.2Swift
.<(_:_:)
A vector mask with the result of a pointwise less-than comparison.
static func .< (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than comparison.
static func .< (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> ss6SIMD32VsSfRszrlE2zloiys8SIMDMaskVyABys5Int32VGGABySfG_AJtFZ What are these?N7X0where Scalar == Floatimport Swift@frozen struct SIMD32<Scalar> where Scalar : SIMDScalarA vector of 32 scalar values.
@frozen struct SIMDMask<Storage> where Storage : SIMD, Storage.Scalar : FixedWidthInteger, Storage.Scalar : SignedIntegertypealias MaskStorage = SIMD32<Scalar.SIMDMaskScalar>@frozen struct FloatA single-precision, floating-point value type.
static func .!= (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> A vector mask with the result of a pointwise inequality comparison.
static func .<= (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than-or-equal-to comparison.
static func .== (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> A vector mask with the result of a pointwise equality comparison.
static func .> (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than comparison.
static func .>= (a: SIMD32<Scalar>, b: SIMD32<Scalar>) -> SIMDMask<SIMD32<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than-or-equal-to comparison.