Skip to main content

Crate grid2d

Crate grid2d 

Source
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.
GridBuilder
A builder to construct a Grid.

Enums§

BuildError
Errors that can occur when building a grid.
CoordinateParseError
Errors that can occur when parsing a coordinate from a string.
FromIterableError
Errors that can occur when building a grid from an iterable.