April 25, 2004

April 25, 2004
Either that or this be added to phobos:

char[] toString(Object o) {
   return o.toString();
}

Then anything can be string-ized with the global toString function.

 -- andy