select import { select } from "destack:math"; Per-lane conditional select. Returns a[i] if mask[i] is true, otherwise b[i], for each lane. export declare function select(mask: Vector, a: Vector, b: Vector): Vector language/library/src/math/vector.ds:51:55