Operator 演算子

.|(_:_:)

A vector mask that is the pointwise logical disjunction of the inputs. この入力のポイント単位論理和であるベクターマスク。

Declaration 宣言

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

Discussion 解説

Equivalent to a ? SIMDMask(repeating: true) : b. 次に相当します、a ? SIMDMask(repeating: true) : b