Thread overview
[Issue 7839] std.range.countFrom() too
Jul 12, 2017
Seb
Jan 26, 2018
Francesco Mecca
Dec 17, 2022
Iain Buclaw
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=7839

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=7839

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
July 12, 2017
https://issues.dlang.org/show_bug.cgi?id=7839

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #4 from Seb <greensunny12@gmail.com> ---
Wouldn't it make sense to add support for BigInt to iota instead of creating yet another range?

--
January 26, 2018
https://issues.dlang.org/show_bug.cgi?id=7839

Francesco Mecca <me@francescomecca.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me@francescomecca.eu

--- Comment #5 from Francesco Mecca <me@francescomecca.eu> ---
(In reply to Seb from comment #4)
> Wouldn't it make sense to add support for BigInt to iota instead of creating yet another range?

>From what I understand the itertools.count doesn't accetp an upperbound while
iota forces the user to specify the upper bound.

Did I understand that correctly?

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--