Vector.normalize

struct Vector(ulong n)
pure nothrow @nogc
void
normalize
()
if (
n >= 1
)

Meta