const and phobos string functions

Daniel Keep daniel.keep.lists at gmail.com
Thu Aug 2 05:49:25 PDT 2007



Daniel Keep wrote:
> struct tolower
> {
>     string opCall(string str);
>     void inplace(char[] str);
>     char[] takecopy(char[] str);
>     char[] takecopy(string str);
> }

Those members should, of course, be static.  me.duh();



More information about the Digitalmars-d mailing list