Iterate grapheme clusters in s. Each yielded value is an object with the cluster string, its starting JS code-unit index, and the array of code points it contains. The code points are useful for downstream width calculations.
s
Iterate grapheme clusters in
s. Each yielded value is an object with the cluster string, its starting JS code-unit index, and the array of code points it contains. The code points are useful for downstream width calculations.