On Friday, 15 May 2020 at 19:19:59 UTC, H. S. Teoh wrote:
> Here's how to do it:
>
> int add(int[] args...) {
> ... // access `args` here as an array
> }
Beware that that language feature, typesafe variadic functions,
might become deprecated:
https://github.com/dlang/dmd/pull/11124