Comment on Emoji Under the HoodparentComments−RedNifre5yMaybe have m,n refer to grapheme clusters instead of bytes/code points?−mojuba5yApparently it's what Swift does when you try to get the length of a string. Though there's no more plain substring() since Swift 5, it was removed to indicate it's no longer O(1). You will get different results across languages though.
Comments
Maybe have m,n refer to grapheme clusters instead of bytes/code points?
Apparently it's what Swift does when you try to get the length of a string. Though there's no more plain substring() since Swift 5, it was removed to indicate it's no longer O(1). You will get different results across languages though.