.|(_:_:)
A vector mask that is the pointwise logical disjunction of the inputs.
Declaration
static func .| (a: SIMDMask<Storage>, b: Bool) -> SIMDMask<Storage>Discussion
Equivalent to b ? SIMDMask(repeating: true) : a
A vector mask that is the pointwise logical disjunction of the inputs.
static func .| (a: SIMDMask<Storage>, b: Bool) -> SIMDMask<Storage>Equivalent to b ? SIMDMask(repeating: true) : a