getEncodedCellAt method
Reads one native encoded cell word by row-major cellIndex.
A word may be a direct Unicode scalar or a native packed-grapheme value.
Implementation
int getEncodedCellAt(int cellIndex) {
_checkCellIndex(cellIndex);
return _chars[cellIndex];
}