.<(_:_:)
A vector mask with the result of a pointwise less-than comparison.
static func .< (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than comparison.
static func .< (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> ss5SIMD8Vss6UInt16VRszrlE2zloiys8SIMDMaskVyABys5Int16VGGAByADG_ALtFZ What are these?5N70where Scalar == UInt16import Swift@frozen struct SIMD8<Scalar> where Scalar : SIMDScalarA vector of eight scalar values.
@frozen struct SIMDMask<Storage> where Storage : SIMD, Storage.Scalar : FixedWidthInteger, Storage.Scalar : SignedIntegertypealias MaskStorage = SIMD8<Scalar.SIMDMaskScalar>@frozen struct UInt16A 16-bit unsigned integer value type.
static func &* (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMD8<Scalar> The pointwise wrapping product of two vectors.
static func &*= (a: inout SIMD8<Scalar>, b: SIMD8<Scalar>) Updates the left hand side with the pointwise wrapping product of two vectors.
static func &+ (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMD8<Scalar> The wrapping sum of two vectors.
static func &+= (a: inout SIMD8<Scalar>, b: SIMD8<Scalar>) Updates the left hand side with the wrapping sum of the two vectors.
static func &- (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMD8<Scalar> The wrapping difference of two vectors.
static func &-= (a: inout SIMD8<Scalar>, b: SIMD8<Scalar>) Updates the left hand side with the wrapping difference of the two vectors.
static func .!= (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> A vector mask with the result of a pointwise inequality comparison.
static func .<= (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than-or-equal-to comparison.
static func .== (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> A vector mask with the result of a pointwise equality comparison.
static func .> (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than comparison.
static func .>= (a: SIMD8<Scalar>, b: SIMD8<Scalar>) -> SIMDMask<SIMD8<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than-or-equal-to comparison.