标签: clojure. 我想编写一个函数,如果给定集合不为空,则返回布尔值true,否则返回false。 我可以做到 defn .. (boolean (seq coll)). 或 defn .. (not (empty?
確定! 回上一頁