Dynamic memory

Steven Schveighoffer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 28 13:07:12 PDT 2015


On 7/28/15 3:33 PM, CraigDillabaugh wrote:

> 6. (IMHO) Code is actually more readable.  But then I find lots of
> brackets confusing ... so maybe its just me.

Have you considered a wrapper that uses multi-dimensional access? i.e.:

my2darray[row, col] = blah;

-Steve


More information about the Digitalmars-d-learn mailing list