[Issue 481] Letting compiler determine length for fixed-length arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 31 08:02:15 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=481


rswhite4 at googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rswhite4 at googlemail.com


--- Comment #15 from rswhite4 at googlemail.com 2013-05-31 08:02:10 PDT ---
int arr[$] = [1,2,3,4];  // makes an int[4]
Looks pretty nice and I wish something like this often.
Any chance that we get this in the near future (maybe with 2.064)?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list