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 ...);