Contents

.^(_:_:)

A vector mask that is the pointwise exclusive or of the inputs.

Declaration

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

Discussion

Equivalent to a ? .!b : b.