Vector.clamp

Clamps vector values

struct Vector(T, size_t N)
static if(isFloatingPoint!T)
void
clamp
if (
isNumeric!T &&
N > 0
)

Meta