[][src]Module sudokul::point

Structs

Point

Point represents a cell location within a sudoku board, identified via a zero-indexed row and column. Its important to note that a Point does not contain information on the content of the cell, but rather just serializes its location on a board, and provides some methods to help work with that location.