[Issue 14026] More flexible array of array allocation syntax

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 22 09:43:24 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14026

Temtaime <temtaime at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |temtaime at gmail.com

--- Comment #1 from Temtaime <temtaime at gmail.com> ---
Why not int[][3] = new int[n][3]; ?
I think it's better.

--


More information about the Digitalmars-d-bugs mailing list