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

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


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

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

Simen Kjaeraas  changed:

   What|Removed |Added

 CC||simen.kja...@gmail.com

--- Comment #3 from Simen Kjaeraas  ---
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.

--


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

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

Seb  changed:

   What|Removed |Added

   Keywords||bootcamp
 CC||greensunn...@gmail.com

--


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

2016-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

--- Comment #2 from dennis.m.ritc...@mail.ru ---
(In reply to Jack Stouffer from comment #1)
> Doing c.repeat(b) works. Honest question: do you really need the second
> param to also be a BigInt?

Yes, the second parameter must be the same `BigInt`, for example, to use a
`repeat` in the benchmark.

--


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

2015-09-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

Jack Stouffer  changed:

   What|Removed |Added

 CC||j...@jackstouffer.com

--- Comment #1 from Jack Stouffer  ---
(In reply to dennis.m.ritchie from comment #0)
> I believe that the repeat function and other functions of Phobos, where the
> use BigInt appropriate, should support BigInt.

Doing c.repeat(b) works. Honest question: do you really need the second param
to also be a BigInt?

--


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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|future  |D2

--


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

2015-05-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14562

dennis.m.ritc...@mail.ru changed:

   What|Removed |Added

 CC||dennis.m.ritc...@mail.ru

--