Is there a good lib out there to handle large integer of know size ?

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 8 15:24:43 PST 2016


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


More information about the Digitalmars-d mailing list