Solving the impossible?

bauss jj_1337 at live.dk
Tue Aug 28 12:00:50 UTC 2018


On Sunday, 26 August 2018 at 02:26:58 UTC, Everlast wrote:
> in fact, I'd rather see
>
> void print(T)(T t, int... a)

You were actually close.

void print(T)(T t, int[] a ...);


More information about the Digitalmars-d-learn mailing list