debugGraphemeSlot function

int debugGraphemeSlot(
  1. int id
)

Returns the encoded grapheme slot index for id.

Implementation

int debugGraphemeSlot(int id) => _graphemePool.slot(id);