withFlagW method Null safety

Int32x4 withFlagW(
  1. bool w
)

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

Implementation

Int32x4 withFlagW(bool w);