Sets the cell at x, applying wide-cell overwrite rules.
x
void set(int x, Cell? cell) => _setInternal(x, cell, takeOwnership: false);