Skip to content

clamp

const clamp: DualFn<{(value, low, high): number; <T>(value, low, high): T; }>

Defined in: packages/typegpu/src/std/numeric.ts:265