withZ abstract method Null safety

Int32x4 withZ(
  1. int z
)

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

Implementation

Int32x4 withZ(int z);