What's the short way to create a multidimensional dynamic array? I always forget how to do such stuff due to its strange syntax. auto array = new ubyte[width*height][numSprites]; doesn't work cause width*height is no "Integer constant expression"