D - uint.toString would be nice to have (and for other types as well, of course)
- Matthew (0/0) Apr 24 2004
- Andy Friesen (6/6) Apr 25 2004 Either that or this be added to phobos:
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
Apr 25 2004