Skip to main content

Grid

Type Alias Grid 

Source
pub type Grid = Arc<DashMap<CellRef, Cell>>;
Expand description

Thread-safe sparse grid storage. Wrapped in Arc so clones share the same underlying data.

Aliased Typeยง

pub struct Grid { /* private fields */ }