Vector.normalize

Vectorを正規化します.

struct Vector(T, int Dimention)
void
normalize
()
if (
__traits(isArithmetic, T) &&
Dimention > 0
)

Meta