void diss(int n)(ref int[n] array) { }

But to consume array of any size, just take dynamic array as parameter.

Reply via email to