Vector.normalize

Normalizes the vector.

struct Vector(T)
@safe nothrow pure
void
normalize
()
if (
isNumeric!T &&
isMutable!T
&&
isSigned!T
)

Meta