Vector.norm

Vectorのノルムを返します.

struct Vector(T, int Dimention)
const
T
norm
()
if (
__traits(isArithmetic, T) &&
Dimention > 0
)

Meta