Int32x4 withFlagW(
bool w
)

Returns a new Int32x4 copied from this with a new w value.

Source

/// Returns a new [Int32x4] copied from [this] with a new w value.
Int32x4 withFlagW(bool w);