splat import { splat } from "destack:math"; Broadcast scalar to all lanes. Creates a vector with all lanes set to the same scalar value. export declare function splat(value: T): Vector language/library/src/math/vector.ds:23