Expand description
A 2-dimensional grid with runtime-defined, fixed size that allows mutable access to its fields.
Structs§
- Coordinate
- Coordinate of a cell on a two-dimensional grid.
- Grid
- A two-dimensional grid of arbitrary cell content.
- Grid
Builder - A builder to construct a
Grid.
Enums§
- Build
Error - Errors that can occur when building a grid.
- Coordinate
Parse Error - Errors that can occur when parsing a coordinate from a string.
- From
Iterable Error - Errors that can occur when building a grid from an iterable.