Please turn on JavaScript in your browser and refresh the page to view its content.
Availability
Technology
On This Page この項には
static func .| (a: SIMDMask<Storage>, b: Bool) -> SIMDMask<Storage>
SIMDMask
Bool
Equivalent to b ? SIMDMask(repeating: true) : a 次に相当します、b ? SIMDMask(repeating: true) : a。
b ? SIMDMask(repeating: true) : a