Operatorswift 6.0.3Swift
.<(_:_:)
A vector mask with the result of a pointwise less-than comparison.
static func .< (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
A vector mask with the result of a pointwise less-than comparison.
static func .< (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
ss6SIMD16VsSfRszrlE2zloiys8SIMDMaskVyABys5Int32VGGABySfG_AJtFZ
What are these?7PSAO
where Scalar == Float
import Swift
@frozen struct SIMD16<Scalar> where Scalar : SIMDScalar
A vector of 16 scalar values.
@frozen struct SIMDMask<Storage> where Storage : SIMD, Storage.Scalar : FixedWidthInteger, Storage.Scalar : SignedInteger
typealias MaskStorage = SIMD16<Scalar.SIMDMaskScalar>
@frozen struct Float
A single-precision, floating-point value type.
static func .!= (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
A vector mask with the result of a pointwise inequality comparison.
static func .<= (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
A vector mask with the result of a pointwise less-than-or-equal-to comparison.
static func .== (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
A vector mask with the result of a pointwise equality comparison.
static func .> (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
A vector mask with the result of a pointwise greater-than comparison.
static func .>= (a: SIMD16<Scalar>, b: SIMD16<Scalar>) -> SIMDMask<SIMD16<Scalar>.MaskStorage>
A vector mask with the result of a pointwise greater-than-or-equal-to comparison.