Vector2.length

Calculate the length.

struct Vector2(T)
@nogc @property const pure nothrow
float
length
()
if (
isNumeric!(T)
)

Meta