Vec.magnitude

Vector magnitude.

struct Vec(T, ulong n)
@nogc pure nothrow const
real
magnitude
()
if (
n >= 1 &&
isNumeric!T
)

Meta