mir - Help on how to transform multidimentional arrays.

jmh530 john.michael.hall at gmail.com
Thu Apr 29 16:02:06 UTC 2021


On Thursday, 29 April 2021 at 15:56:48 UTC, jmh530 wrote:
> 
>
> What you're basically asking for the first one is to convert 
> for row major to column major. There doesn't seem to be a 
> specific function for that, but you can piece it together. The 
> second one is just applying allReversed to the result of that. 
> So we have:
>
[snip]

Got an extra `universal` import there.


More information about the Digitalmars-d-learn mailing list