Syntax for heap allocated void initialized arrays
simendsjo
simendsjo at gmail.com
Sat Sep 21 02:48:37 PDT 2013
This is incorrect, but what is the correct syntax? The arrays
page only says it's "an advanced feature", but doesn't show the
syntax.
int[] a = new int[1](void);
More information about the Digitalmars-d-learn
mailing list