Vector.min

Clamps vector values to min

struct Vector(T, size_t N)
min
if (
isNumeric!T &&
N > 0
)

Parameters

b VecType

Minimal Vector

Meta