how to use unknown size of array at compile time for further processing

thorstein torsten.lange at mail.de
Sun Oct 1 16:31:31 UTC 2017


> Replace
> arrayT ~= rowT;
> with
> arrayT ~= rowT.dup;
>
> Also, you may want to look into ndslice package [1].
> [1] https://github.com/libmir/mir-algorithm
>
> Best regards,
> Ilya Yaroshenko

Works! Thanks Ilya. I'll take a look on the difference. Also soon 
will get bit familiar with the mir-algorithm...

Best, Torsten


More information about the Digitalmars-d-learn mailing list