Its passing the array statically and since its never assigned back, its just never compiled in (unless you specify it via ref).
So, this is where I give up as it is 2am. Perhaps try and make it parallel (std.parallemism can help hugely).
rikki cattermole via Digitalmars-d-learn Mon, 29 Aug 2016 07:10:55 -0700
Its passing the array statically and since its never assigned back, its just never compiled in (unless you specify it via ref).
So, this is where I give up as it is 2am. Perhaps try and make it parallel (std.parallemism can help hugely).