More constants in std.string?

simendsjo simen.endsjo at pandavre.com
Mon Aug 9 17:24:47 PDT 2010


\r and \n is used many times throughout std.string (and probably other 
modules like file).
I assume defining constants were considered:
const CR = '\r';
const LF = '\n';

So why isn't constants used instead?


More information about the Digitalmars-d-learn mailing list