shuffle abstract method Null safety

Int32x4 shuffle(
  1. int mask
)

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

Implementation

Int32x4 shuffle(int mask);