std.data.json formal review

Sebastiaan Koppe via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 25 05:14:19 PDT 2015


On Tuesday, 25 August 2015 at 06:56:23 UTC, Sönke Ludwig wrote:
> If I have a string variable and I want to store the upper case 
> version of another string, the direct mental translation is 
> "dst = toUpper(src);" - and not "dst = toUpper(src).array;".

One can also say the problem is that you have a string variable.


More information about the Digitalmars-d mailing list