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