Operator 演算子

.&(_:_:)

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). 次に相当します、b ? a : SIMDMask(repeating: false)