[][src]Crate gridly_grids

Structs

SparseGrid

A sparse grid, where most of the cells are some default grid.

VecGrid

A grid that stores its elements in a Vec<T>, in row-major order.