[Issue 16375] std.range.recurrence should be lazy

2019-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16375

--- Comment #2 from berni44  ---
According to run.dlang.io this has been fixed since version 2.076.1.

--


[Issue 16375] std.range.recurrence should be lazy

2019-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16375

berni44  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@d-ecke.de
 Resolution|--- |WORKSFORME

--


[Issue 16375] std.range.recurrence should be lazy

2016-12-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16375

greenify  changed:

   What|Removed |Added

 Blocks||17042

--


[Issue 16375] std.range.recurrence should be lazy

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16375

greenify  changed:

   What|Removed |Added

 CC||greeen...@gmail.com
Summary|Computing finite ranges |std.range.recurrence should
   |with std.range.recurrence   |be lazy

--- Comment #1 from greenify  ---
> But it turns out recurrence does not work with finite ranges when you access 
> the last element.


So it should be lazy in regards to popFront() doing no extra work.

--