what is match.clamp code example Example: how to clamp a value let d=max-min; let c=((value-min)%d)+min;