Vector.fastNormalize

Faster but less accurate in-place normalization.

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

Meta