Vector.normalize

In-place normalization.

struct Vector(T, ubyte N)
static if(isFloatingPoint!T)
void
normalize
()
if (
N >= 2 &&
N <= 4
)

Meta