Ranges of char and wchar

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Thu May 8 15:34:55 PDT 2014


On 5/8/14, 3:33 PM, Andrei Alexandrescu wrote:
> Of these, only a fraction (maybe 60-70%) are actually used with strings.
> Still that leaves a significant amount of work to do if we want
> std.algorithm to work smoothly with ranges of char/wchar. Here
> "smoothly" means "if it compiles and runs it won't do something UTF-goofy".

The larger point here (I forgot) is that user code that's written in the 
style of std.algorithm would need similar adjustments in order to work 
with ranges of char/wchar.

Andrie



More information about the Digitalmars-d mailing list