empty property

bool get empty

Implementation

bool get empty => left >= right || top >= bottom;