[Issue 13556] inconsistent 'new' syntax for arrays
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Oct 2 02:19:19 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13556
--- Comment #4 from bearophile_hugs at eml.cc ---
(In reply to Kenji Hara from comment #3)
> Current ambituity syntax new int[2][1] should be deprecated, removed,
> and then we can reuse it for static array allocation.
I suggest you to make you usual long table of all possible combinations, to
show me what to allow and what to deprecate :-) If we manage to improve the
array creation syntax it's going to be a significant improvement for D, because
I use arrays all the time.
--
More information about the Digitalmars-d-bugs
mailing list