gpt4 book ai didi

clojure - 仅计算集合中的真实值

转载 作者:行者123 更新时间:2023-12-04 08:58:01 24 4
gpt4 key购买 nike

这个问题已经在这里有了答案:




已关闭8年。




Possible Duplicate:
how to return only truthy values as the result of a map operation



我有一个具有虚假和真实值(value)的收藏。我只想计算真实值(value),有没有办法做到这一点?

(count (1 2 3 nil nil)) => 5

最佳答案

如果要保留真实值,只需使用identity函数:

   (count (filter identity '(1 2 3 nil nil false true))) 

关于clojure - 仅计算集合中的真实值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12518320/

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