☰
DDOCs
PARIN
v0.1.24
/
parin.joka.types
/
clamp
🔍
☾
clamp
fn
T clamp(T)(T x, T a, T b)
@safe
nothrow
@nogc
Returns
x
clamped to the range [
a
,
b
].