January 09, 2022

Is it difficult/impossible to support multidimensional arrays similar to Fortran in D? That is, extend the fat pointer concept to allow more than 1 dimension and enhance indexing to support multiple dimensions?

January 09, 2022

On Sunday, 9 January 2022 at 11:02:54 UTC, Dibyendu Majumdar wrote:

>

Is it difficult/impossible to support multidimensional arrays similar to Fortran in D? That is, extend the fat pointer concept to allow more than 1 dimension and enhance indexing to support multiple dimensions?

That has been implemented in mir.ndslice and is ready for use.

-- Bastiaan.