During Swift 4.0 to 4.1 transition. It meant functions would have from 1 to n arguments, instead of 0 to n.
The argument for it was reducing source breakage resulting from the removal of tuple splat. I was in favor and didn't really understand what was the valid argument against it.