Ascii matters

bearophile bearophileHUGS at lycos.com
Thu Aug 23 05:50:06 PDT 2012


Don Clugston:

> Which operations in std.algorithm over map 0-0x7F into higher 
> characters?

The first example I've shown:

string s = "test string";
dchar[] s2 = map!(x => x)(s).array(); // Uses the Id function

Bye,
bearophile


More information about the Digitalmars-d mailing list