Infinite fibonacci sequence, lazy take first 42 values

Era Scarecrow rtcvb32 at yahoo.com
Fri Apr 22 04:50:01 UTC 2022


On Thursday, 21 April 2022 at 04:36:13 UTC, Salih Dincer wrote:
> My favorite is the struct range.  Because it is more 
> understandable and personalized.  Moreover, you can limit it 
> without using ```take()```.

  And it's inherently lazy, so no extra processing/calculation 
other than what's requested.


More information about the Digitalmars-d-learn mailing list