[][src]Crate simple_grid

Structs

Grid

A two-dimensional array, indexed with x-and-y-coordinates (columns and rows).

GridIndex

A struct used for indexing into a grid.