Function Rect.empty
returns true if rectangle is empty (right <= left || bottom <= top)
bool empty() nothrow @property @nogc @safe const;
returns true if rectangle is empty (right <= left || bottom <= top)
bool empty() nothrow @property @nogc @safe const;