The most common way I see in Clojure code to check for a non-empty list is to use seq. This returns nil if the collection is empty, or a valid ...
確定! 回上一頁