debugGraphemeRefCount function

int debugGraphemeRefCount(
  1. int id
)

Returns the pooled grapheme refcount for id.

This is exposed for targeted regression tests.

Implementation

int debugGraphemeRefCount(int id) => _graphemePool.refCount(id);