Avatar
@koher たとえばこういう? func foo(_ x: Int...) {} foo(...: [1,2,3]) func bar(baz x: Int...) {} bar(...baz: [1,2,3])