Int32x4 withW(
int 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 withW(int w);