D - uint.toString would be nice to have (and for other types as well, of course)
- "Matthew" <matthew.hat stlsoft.dot.org> Apr 24 2004
- Andy Friesen <andy ikagames.com> Apr 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
Apr 25 2004








Andy Friesen <andy ikagames.com>