目录
目录README.md

Flatten

CocoaPods SPM Compatible License Twitter

Flatten instance method reference that resolved to SE-0042.

let f: (String) -> (String) -> Bool = String.hasPrefix

// function is curried
f("Hello")("He") // => true

let __f: (String, String) -> Bool = flatten(f)

// function is flattend
__f("Hello", "He") // => true

Limitation

Only up to 20 arguments are supported.

Author

Yusuke Hosonuma / tobi462@gmail.com / @tobi462

License

Flatten is available under the MIT license. See the LICENSE file for more info.

邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号