Vector.max

Clamps vector values to max

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

Parameters

b VecType

Maximal Vector

Meta