CellCoord typedef

CellCoord = ({int col, int row})

Implementation

typedef CellCoord = ({int row, int col});