[][src]Type Definition gameboard::board::CellUpdates

type CellUpdates = Vec<(Cell, Position)>;

Cell updates array.

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