Compiler/Phobos/Types problem — panic level due to timing.
    John Colvin 
    john.loughran.colvin at gmail.com
       
    Mon May  6 15:53:49 UTC 2019
    
    
  
On Monday, 6 May 2019 at 13:05:27 UTC, Russel Winder wrote:
> On Sunday, 5 May 2019 at 19:34:05 UTC, Nicholas Wilson wrote:
>> On Sunday, 5 May 2019 at 19:18:47 UTC, lithium iodate wrote:
>>> [...]
>>
>> Yep https://run.dlang.io/is/XsLrRz works for me, 
>> https://run.dlang.io/is/KxY0e9 doesn't.
>
> Thanks people. I now have a working code. :-)
pretty please show people it with UFCS:
recurrence!((a, n) => a[n-1] + a[n-2])(zero, one)
     .dropExactly(n)
     .front
    
    
More information about the Digitalmars-d-learn
mailing list