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