Vector2.length

Calculate the length.

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

Meta