Vector2.isEmpty

Checks if this vector is empty. This means that his coordinates are 0.

struct Vector2(T)
@nogc const pure nothrow
bool
isEmpty
()
if (
isNumeric!(T)
)

Meta