Contents

.&(_:_:)

A vector mask that is the pointwise logical conjunction of the inputs.

Declaration

static func .& (a: SIMDMask<Storage>, b: Bool) -> SIMDMask<Storage>

Discussion

Equivalent to b ? a : SIMDMask(repeating: false).