[Issue 5231] BigInt lacks a normal toString()

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 18 14:33:34 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5231



--- Comment #15 from Jonathan M Davis <jmdavisProg at gmx.com> 2010-11-18 14:32:17 PST ---
Well, then I think that we agree on the desired eventual functionality. But I
do think that in the interim, it would be a good idea to add string toString()
to BigInt with the idea that it would be removed as soon as the fancier
toString() stuff is sorted out. That way, at least _some_ of the desired
behavior would work rather than forcing you to call the current toString() with
a delegate just to get a string representation for a BigInt.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list