Fixed size multidimensional array at runtime

Vidar Wahlberg vidar.wahlberg at gmail.com
Sun Jul 1 05:02:32 PDT 2012


On Sunday, 1 July 2012 at 09:46:52 UTC, Denis Shelomovskij wrote:
> I'm curious why do you need such syntax? `matrix[x][y][z]` 
> expression means that `matrix[x]` is also a valid expression 
> but it shouldn't.

It's not a syntax I need, it's a syntax I desire as that's the 
syntax I'm used to for multidimensional arrays.


More information about the Digitalmars-d-learn mailing list