mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
These functions are the equivalent of 23b424a46
for grapheme clusters.
In order to add the `is_grapheme_boundary` function we also need to
query whether a byte index lies on a character boundary, so this change
also adds `is_char_boundary`.