On 9/30/14 12:40 PM, Mike James wrote:
On Tuesday, 30 September 2014 at 16:07:28 UTC, ketmar via
Digitalmars-d-learn wrote:

  auto a = new int[][](42, 69);

...


You'll notice that it's actually a dynamic array of structs containing
dynamic arrays - does this change your initializing?

That is what his code does.

-Steve

Reply via email to