Vector.length

Returns the euclidean length of the vector

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

Meta