Vec.normalize

Normalizes the vectors. Changes the current struct!

struct Vec(T, ulong n)
@nogc pure nothrow
void
normalize
()
if (
n >= 1 &&
isNumeric!T
)

Meta