Dynamic Array Garbage collection

Jarrett Billingsley jarrett.billingsley at gmail.com
Thu Mar 12 06:40:47 PDT 2009


On Thu, Mar 12, 2009 at 8:09 AM, bearophile <bearophileHUGS at lycos.com> wrote:
> wolftousen wrote:
>> some_function([ x[0], x[1], x[2], x[3] ]);
>
> That may also be written:
> some_function(x[0 .. 4]);

Wrong types.


More information about the Digitalmars-d-learn mailing list