Crate grid_2d [] [src]

Structs

Coord

General purpose coordinate

CoordEnumerate
CoordEnumerateMut
CoordIter

Iterates over all the coordinates in a grid from top to bottom, and left to right within each row.

Grid
Size

A size cannot be created which would contain un-addressable cells. That is, the maximum size has a width and height of one greater than the maximum i32.

Type Definitions

Iter
IterMut