Please turn on JavaScript in your browser and refresh the page to view its content.
other
mask
true
Availability
Technology
On This Page この項には
func replacing(with other: SIMDMask<Storage>, where mask: SIMDMask<Storage>) -> SIMDMask<Storage>
SIMDMask
Storage
SIMD8
<
Int32
>
Equivalent to: 次に等しい:
var result = Self() for i in indices { result[i] = mask[i] ? other[i] : self[i] }