LaneCount import { LaneCount } from "destack:math"; Return the number of lanes in Vector. export type LaneCount = V extends Vector ? LaneCount.N : never language/library/src/math/vector.ds:14