Vector.limitLength

Limits length of vector and returns resulting vector

struct Vector(T, size_t N)
limitLength
(
double p_min
,
double p_max
)
if (
isNumeric!T &&
N > 0
)

Meta