multi-dimensional dynamic arrays

Jay Norwood via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 18 22:54:51 PST 2016


Strange to me that this compiles, since I would expect there to 
be some C-like limitation on the position of the unspecified 
dimension.  Is allowing this somehow useful?

int[1][][1] ub;
writeln("ub",ub);






More information about the Digitalmars-d-learn mailing list