Samuele Carcagno Sun, 09 Sep 2012 05:50:40 -0700
int[][][string] foo; foo["key"] = new int[][](6,6); foo["key"][0][0] = 5;
it seems to work.