[Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 31 20:44:54 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=14562

Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras at gmail.com

--- Comment #3 from Simen Kjaeraas <simen.kjaras at gmail.com> ---
There are extremely few cases where using a value above 2^63 for the repeat
count is sensible. For the remaining 100% of cases, there's
https://dlang.org/phobos/std_bigint#.BigInt.toLong.

--


More information about the Digitalmars-d-bugs mailing list