Our Sister

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Thu May 26 10:39:42 PDT 2016


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


More information about the Digitalmars-d mailing list