gpt4 book ai didi

二郎: Is there a function to remove all nested elements from a list?

转载 作者:行者123 更新时间:2023-12-04 23:05:29 28 4
gpt4 key购买 nike

我有这样的 list :

[[[[{a,2},{s,w}],{e,1}],{d,l}]]

是否有一个函数可以删除所有元组,使它们都处于同一级别?像:
[{a,2},{s,w},{e,1},{d,l}]

谢谢

最佳答案

您可以使用 flatten/1 来自 lists模块。

lists:flatten([[[[{a,2},{s,w}],{e,1}],{d,l}]]).

关于二郎: Is there a function to remove all nested elements from a list?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22131315/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com