Dynamic Array Garbage collection
bearophile
bearophileHUGS at lycos.com
Thu Mar 12 05:09:28 PDT 2009
wolftousen wrote:
> some_function([ x[0], x[1], x[2], x[3] ]);
That may also be written:
some_function(x[0 .. 4]);
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list