2015-01-31 1:53 GMT+09:00 Nick Treleaven via Digitalmars-d <digitalmars-d@puremagic.com>:
This version of staticArray allows the user to (optionally) specify the element type.

How the API can replace following declaration with ? 

auto[$][][$] = [
    [[1,2]],
    [[3,4], [5,6]],
    [[7,8], [9,10], [11,12]],
];