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