Thread overview
[Issue 12940] std.bigint.Bigint.toSize_t too, and alternative API suggestion
Oct 17, 2015
Vladimir Panteleev
Dec 23, 2016
Eduard Staniloiu
Dec 17, 2022
Iain Buclaw
October 17, 2015
https://issues.dlang.org/show_bug.cgi?id=12940

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=15212

--
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=12940

Eduard Staniloiu <edi33416@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |edi33416@gmail.com

--
March 31, 2017
https://issues.dlang.org/show_bug.cgi?id=12940

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|trivial                     |
                 CC|                            |schveiguy@yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
trivial to implement, but not trivial to decide whether this should happen.

cast(size_t)someBigInt works, so I'm not sure it's needed in any case.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=12940

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--