wolftousen wrote: > some_function([ x[0], x[1], x[2], x[3] ]); That may also be written: some_function(x[0 .. 4]);
Bye, bearophile
wolftousen wrote: > some_function([ x[0], x[1], x[2], x[3] ]); That may also be written: some_function(x[0 .. 4]);
Bye, bearophile