DMD 0.167 release

clayasaurus clayasaurus at gmail.com
Mon Sep 18 13:14:22 PDT 2006


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

Why isn't

int bob[] = [2,3] allowed but

int bob[]; bob = [2,3]

is allowed?



More information about the Digitalmars-d-announce mailing list