shuffle method Null safety

Float32x4 shuffle (
  1. int mask
)

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

Implementation

Float32x4 shuffle(int mask);