LaneOf import { LaneOf } from "destack:math"; Return the element type in Vector. export type LaneOf = V extends Vector ? LaneOf.T : never language/library/src/math/vector.ds:17