Error[8]: Undefined offset: 5, File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 121
File: /www/wwwroot/outofmemory.cn/tmp/plugin_ss_superseo_model_superseo.php, Line: 473, decode(

概述在Swift中有一个对应的平台在Scala,Xtend,Groovy,Ruby和co? var aofa = [[1,2,3],[4],[5,6,7,8,9]]aofa.flatten() // shall deliver [1,2,3,4,5,6,7,8,9] 当然我可以使用减少为那,但是那种吸 var flattened = aofa.reduce(Int[]()){ a,i in 在Swift中有一个对应的平台在Scala,Xtend,Groovy,Ruby和co?
var aofa = [[1,2,3],[4],[5,6,7,8,9]]aofa.flatten() // shall deliver [1,3,4,5,9]

当然我可以使用减少为那,但是那种吸

var flattened = aofa.reduce(Int[]()){    a,i in var b : Int[] = a    b.extend(i)    return b}
Swift 3.0

减少:

let numbers = [[1,9]]let reduced = numbers.reduce([],+)

flatMap:

let numbers = [[1,9]]let flattened = numbers.flatMap { 
let numbers = [[1,9]]let joined = Array(numbers.joined())
}

加入:

[+++] 总结

以上是内存溢出为你收集整理的在Swift中展平数组数组全部内容,希望文章能够帮你解决在Swift中展平数组数组所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

)
File: /www/wwwroot/outofmemory.cn/tmp/route_read.php, Line: 126, InsideLink()
File: /www/wwwroot/outofmemory.cn/tmp/index.inc.php, Line: 165, include(/www/wwwroot/outofmemory.cn/tmp/route_read.php)
File: /www/wwwroot/outofmemory.cn/index.php, Line: 30, include(/www/wwwroot/outofmemory.cn/tmp/index.inc.php)
在Swift中展平数组数组_app_内存溢出

在Swift中展平数组数组

在Swift中展平数组数组,第1张

概述在Swift中有一个对应的平台在Scala,Xtend,Groovy,Ruby和co? var aofa = [[1,2,3],[4],[5,6,7,8,9]]aofa.flatten() // shall deliver [1,2,3,4,5,6,7,8,9] 当然我可以使用减少为那,但是那种吸 var flattened = aofa.reduce(Int[]()){ a,i in 在Swift中有一个对应的平台在Scala,Xtend,Groovy,Ruby和co?
var aofa = [[1,2,3],[4],[5,6,7,8,9]]aofa.flatten() // shall deliver [1,3,4,5,9]

当然我可以使用减少为那,但是那种吸

var flattened = aofa.reduce(Int[]()){    a,i in var b : Int[] = a    b.extend(i)    return b}
Swift 3.0

减少:

let numbers = [[1,9]]let reduced = numbers.reduce([],+)

flatMap:

let numbers = [[1,9]]let flattened = numbers.flatMap { 
let numbers = [[1,9]]let joined = Array(numbers.joined())
}

加入:

总结

以上是内存溢出为你收集整理的在Swift中展平数组数组全部内容,希望文章能够帮你解决在Swift中展平数组数组所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1058067.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存