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 multi-dimentional arrays | ||||
---|---|---|---|---|
| ||||
January 09, 2022 Re: multi-dimentional arrays | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dibyendu Majumdar | 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 -- Bastiaan. |
Copyright © 1999-2021 by the D Language Foundation