pub type Grid = DashMap<CellRef, Cell>;
Thread-safe sparse grid storage.
pub struct Grid { /* private fields */ }