Int32x4 withZ(
int z
)

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

Source

/// Returns a new [Int32x4] copied from [this] with a new z value.
Int32x4 withZ(int z);