On Wed, Jan 06, 2016 at 02:47:24PM -0800, H. S. Teoh via Digitalmars-d wrote:
[...]
> - toString() needs to:
> 1) Be the non-allocating overload:
>
> void toString(scope void delegate(const(char)[]) dg) {...}
>
> 2) Output in decimal by default instead of hex.
[...]
https://github.com/d-gamedev-team/gfm/pull/145
T
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it. -- Brian W. Kernighan