shuffle import { shuffle } from "destack:math"; Shuffle vector lanes. Rearranges elements from two input vectors according to a mask. Each element in the result comes from either a or b as specified by the mask. export declare function shuffle(a: Vector, b: Vector): Vector language/library/src/math/vector.ds:42:45