set method

void set(
  1. int x,
  2. Cell? cell
)

Sets the cell at x, applying wide-cell overwrite rules.

Implementation

void set(int x, Cell? cell) => _setInternal(x, cell, takeOwnership: false);