Rect.empty

returns true if rectangle is empty (right <= left || bottom <= top)

struct Rect
@safe @nogc nothrow @property const
bool
empty
()

Meta