Int32x4 withFlagX(
bool x
)

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

Source

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