On 05/26/2016 12:58 PM, Gary Willoughby wrote:
On Thursday, 26 May 2016 at 16:11:22 UTC, Andrei Alexandrescu wrote:
* Support several views of the same string, e.g. given s of type
RCStr!char, it can be iterated byte-wise, code point-wise, code
unit-wise etc. by using s.by!ubyte, s.by!char, s.by!dchar etc.

Will s.by!Grapheme be supported too?

Yes. -- Andrei

Reply via email to