PipesNotTearsSwift 的数组扩展包。

[4,2,3,3,3,3,1] | sorted | uNique | reverse | chunk(2)  //=> [[4,3], [2,1]]
[1,5,2,4,3] | sorted | suffix(2)  //=> [4,5]
if any([1,2,3] | shuffle | prefix(2), { $0 > 2 }) {
    println(":)")
}
["key1": 1] + ["key2": 2]  //=> ["key1": 1, "key2": 2]



Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务