[Proposal] Add module for C-strings support in Phobos

angel andrey.gelman at gmail.com
Fri Mar 21 12:59:50 PDT 2014


Going slightly beyond a new module code, it might, possibly, be 
useful to enable zero-terminated string creation on the core 
language level, with:
     auto mystr = "hello"z;

The 'z' in the end is much the same as 'L' in a '5L' ...


More information about the Digitalmars-d mailing list