April 25, 2004 uint.toString would be nice to have (and for other types as well, of course) | ||||
|---|---|---|---|---|
| ||||
April 25, 2004 Re: uint.toString would be nice to have (and for other types as well, of course) | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Matthew | 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
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply