<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2015-01-31 1:53 GMT+09:00 Nick Treleaven via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">This version of staticArray allows the user to (optionally) specify the element type.</blockquote><div><br></div><div><div>How the API can replace following declaration with ? </div></div><div><br></div><div><div>auto[$][][$] = [</div><div>    [[1,2]],</div><div>    [[3,4], [5,6]],</div><div>    [[7,8], [9,10], [11,12]],</div><div>];</div></div><div><br></div><div><br></div><div> </div></div></div></div>