Coding Challenges - Dlang or Generic

matheus matheus at gmail.com
Fri Jan 13 18:59:01 UTC 2023


On Thursday, 12 January 2023 at 19:06:49 UTC, Salih Dincer wrote:
> ...
>
> Now, I wrote a nested class using range and copying from 
> Matheus' code. Of course not as comprehensive as [your 
> dcal](https://github.com/quickfur/dcal/blob/master/dcal.d). I 
> like this one and even thought of a new challenge!
>
> ...

Hi Salih,

Unfortunately it's not working for me:

> .d(79): Error: found `End of File` when expecting `}` following 
> compound statement

So I think it's missing a "}" in main, and after I added that, it 
gives:

> .d(46): Error: undefined identifier `replicated`, did you mean 
> template `replicate(S)(S s, size_t n) if (isDynamicArray!S)`?

Matheus.


More information about the Digitalmars-d-learn mailing list