On Friday, 6 August 2021 at 17:16:28 UTC, Tejas wrote:
On Friday, 6 August 2021 at 16:32:59 UTC, james.p.leblanc wrote:
On Friday, 6 August 2021 at 11:58:59 UTC, Paul Backus wrote:
[...]
```

Paul,

Thanks very much for your reply.  I understand only
a fraction of the suggested solution.  I will need to
digest this a bit, and do some more background reading
on templates.

My initial, naive attempts to use this in a simple main()
were unsuccessful.  I'll keep plugging at it ...

Best Regards,
James

If you want something even simpler, maybe this could help:

```d
void setCapacity(int[] a)// not int a[]
```

Reply via email to