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.