isNotBlank method

bool isNotBlank(
  1. GridPos pos
)

Implementation

bool isNotBlank(GridPos pos){
  return units(pos).isNotEmpty;
}