Vector.length

Returns the euclidean length of the vector

struct Vector(type, int dim)
nothrow @nogc pure nothrow @nogc pure nothrow @nogc @safe const
length
()
if (
(dim >= 2) &&
(dim <= 4)
)

Meta