Vector.lengthSquared

Returns squared vector length

struct Vector(T, size_t N)
T
lengthSquared
()
if (
isNumeric!T &&
N > 0
)

Meta