Dynamic memory
Binarydepth via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jul 28 10:26:37 PDT 2015
On Tuesday, 28 July 2015 at 17:07:47 UTC, Steven Schveighoffer
wrote:
> On 7/28/15 12:59 PM, Binarydepth wrote:
> When indexing, it always goes out to in. So nam[0] is the first
> element of type int[2], and nam[0][0] is the first integer in
> that first element.
> -Steve
I don't get what you mean here. In general I understood that in D
multidimensional arrays are a group of arrays.
More information about the Digitalmars-d-learn
mailing list