Skip to main content

Grid

Type Alias Grid 

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

Thread-safe sparse grid storage.

Aliased Typeยง

pub struct Grid { /* private fields */ }