DMD 0.167 release

Chris Nicholson-Sauls ibisbasenji at gmail.com
Mon Sep 18 13:37:57 PDT 2006


Walter Bright wrote:
> Array literals, by popular demand.
> 
> http://www.digitalmars.com/d/changelog.html

You are a god, Walter.  :)  Once the "static initializer" catch bug is fixed, I guess I 
can deprecate/remove Cashew's array tfunc.  Multidim new is nice as well.

One question though: I assume the answer is yes, but are multidim literals allowed?
[[1, 2, 3], [9, 8, 7]

Assuming literal arrays resolve to variable-length arrays, I'd imagine they would be.

-- Chris Nicholson-Sauls



More information about the Digitalmars-d-announce mailing list