swift4.0 废弃柯里化 石山岭 2020-11-09 492 阅读1分钟 Curried function declaration syntax func foo(x: Int)(y: Int) is of limited usefulness and creates a lot of language and implementation complexity. We should remove it. (函数的 currying 特性的使用场景并不大,但他会增加很多语言的复杂性,所以需要删除它)