hasAny method

bool hasAny(
  1. Rectangle area
)

Implementation

bool hasAny(Rectangle area) => count(area) > 0;