Vector.fastNormalize

Faster but less accurate in-place normalization.

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

Meta