pub type CellUpdates = Vec<(Cell, Position)>;
Cell updates array.
Each array element is a tuple of cell content and cell position.
pub struct CellUpdates { /* private fields */ }