Should we remove int[$] before 2.067?
Kenji Hara via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jan 30 09:01:27 PST 2015
2015-01-31 1:53 GMT+09:00 Nick Treleaven via Digitalmars-d <
digitalmars-d at 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]],
];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150131/ba0ad827/attachment.html>
More information about the Digitalmars-d
mailing list