withX abstract method Null safety

Int32x4 withX(
  1. int x
)

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

Implementation

Int32x4 withX(int x);