hasAny method

bool hasAny()

Implementation

bool hasAny() {
  return topLeft || topRight || left || top ||
      right || bottomLeft || bottom || bottomRight;
}