MazeGenerator.Utils.neighbors
You're seeing just the function
neighbors, go back to MazeGenerator.Utils module for more information.
Specs
neighbors(MazeGenerator.Grid.t(), {pos_integer(), pos_integer()}) :: [ {pos_integer(), pos_integer()} ]
Returns a map of neighboring cells of the cell and grid passed with the coordinates as the key and the cell as the value.