isBlank method

bool isBlank(
  1. GridPos pos
)

Implementation

bool isBlank(GridPos pos){
  return units(pos).isEmpty;
}