Type Alias cellumina::CellGrid

source ·
pub type CellGrid = Grid<char>;
Expand description

A type for the underlying state of a cellular automaton. Each cell always has a character as a state in cellumina.