Why doesn't this chain of ndslices work?

Stiff via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 15 05:30:03 PDT 2016


On Sunday, 15 May 2016 at 08:31:17 UTC, 9il wrote:
> On Saturday, 14 May 2016 at 21:59:48 UTC, Stiff wrote:
>> Here's the code that doesn't compile:
>>
>> import std.stdio, std.experimental.ndslice, std.range, 
>> std.algorithm;
>>
>> [...]
>
> Coming soon 
> https://github.com/libmir/mir/issues/213#issuecomment-219271447 
> --Ilya

Awesome, thanks to both of you. I think I can get what I want 
from mir.sparse. I was aware of it, but hadn't made the 
connection to what I'm trying to do for some reason.

More generally, I'm eagerly looking forward to a more complete 
Mir. I've been using bindings to GSL for non-uniform (and quasi-) 
random number generation, and a cleaner interface would be great. 
I'll be watching on github.


More information about the Digitalmars-d-learn mailing list