Pos typedef

Pos = ({int col, int row})

Record that represent a coordinate position

Implementation

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