[Issue 10680] BigInt uses deprecated std.traits.unsigned

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 20 12:15:39 PDT 2013


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



--- Comment #3 from bearophile_hugs at eml.cc 2013-07-20 12:15:37 PDT ---
(In reply to comment #1)
> Traits are eponymous templates which tell you a trait of a type or symbol -
> i.e. give you some kind of information about it. unsigned does nothing of the
> sort. It's a function which casts to the unsigned version of an integral type.
> It's a conversion function and as such makes perfect sense in std.conv. It was
> discussed when the pull for that was made, and the decision was made to move it
> into std.conv, because it fits better there.

Right, thank you.

-- 
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