https://issues.dlang.org/show_bug.cgi?id=7839
Francesco Mecca <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Francesco Mecca <[email protected]> --- (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? --
