Int32x4 shuffle(
int mask
)

Shuffle the lane values. mask must be one of the 256 shuffle constants.

Source

/// Shuffle the lane values. [mask] must be one of the 256 shuffle constants.
Int32x4 shuffle(int mask);