You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rwrite the current iterator’s `next` implementation
to use the new grapheme breaking primitives instead of
forwarding to `_opaqueCharacterStride(startingAt:)`.
Unfortunately `String.Iterator` is a frozen type and its
members used to be fully inlinable, so we can’t (easily)
remember the grapheme breaking state across `next`
invocations. Frustrating! 😖
0 commit comments