Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
May 09, 2015 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 dennis.m.ritchie@mail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dennis.m.ritchie@mail.ru -- |
June 09, 2015 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 Andrei Alexandrescu <andrei@erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|future |D2 -- |
September 04, 2015 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 Jack Stouffer <jack@jackstouffer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jack@jackstouffer.com --- Comment #1 from Jack Stouffer <jack@jackstouffer.com> --- (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? -- |
January 03, 2016 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 --- Comment #2 from dennis.m.ritchie@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. -- |
March 31, 2018 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 Seb <greensunny12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bootcamp CC| |greensunny12@gmail.com -- |
March 31, 2018 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 Simen Kjaeraas <simen.kjaras@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simen.kjaras@gmail.com --- Comment #3 from Simen Kjaeraas <simen.kjaras@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. -- |
December 17, 2022 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 14562] Support BigInt function std.range.repeat and other functions of Phobos | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14562 --- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10129 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation