[][src]Module gridly::grid

Core grid traits.

This module contains the core grid traits that power gridly grids. These traits (in combination with Vector and Location) provide all of gridly's central reading, writing, and bounds-checking functionality.

Structs

SingleView

View of a single Row or Column of a grid.

View

A view of the Rows or Columns in a grid.

Enums

BoundsError

An out-of-bounds error for a Location on a grid

Traits

Grid

Base Reader trait for grids.

GridBounds

Grid trait implementing grid sizes and boundary checking.

GridMut
GridSetter

Type Definitions

ColumnView
ColumnsView

A view over the columns of a grid.

RowView
RowsView

A view over the rows of a grid.