CellUpdates

Type Alias CellUpdates 

Source
pub type CellUpdates = Vec<(Cell, Position)>;
Expand description

Cell updates array.

Each array element is a tuple of cell content and cell position.

Aliased Typeยง

pub struct CellUpdates { /* private fields */ }