int cellGetFlags(int index) { if (index >= _maxCols) { return 0; } return _cells.getUint8(index * _cellSize + _cellFlags); }