https://issues.dlang.org/show_bug.cgi?id=15184
Wyatt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Wyatt <[email protected]> --- The documentation on Arrays states that a static matrix declaration is contiguous in memory so I'd guess this is actually intentional? Or at least tacitly approved as a holdover from C? D doesn't really seem to have a strong concept of rank or shape and, from what I could decipher of the grammar, this scenario isn't really covered. Does this also indicate the need for a rho or reshape function? --
