Avatar
↓と並び替えは相性悪そう。 func foo(a: Int, a b: Int, a c: Int) -> Int { return a + b + c } foo(a: 2, a: 3, a: 5)