Is this still the only way?
Java variable arguments invocation supports passing an array in place of listing arguments at compile time. Is this ‘spread’ the same as the java way? Or is there still an extra step? If there’s an extra step, is it possible to optimize the spread operation when there is ‘just one array’?