hasAllNearest method

bool hasAllNearest()

Implementation

bool hasAllNearest() {
  return top && bottom && left && right;
}