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