Checking For An Empty List. Don't use (not (empty? coll)) . Instead prefer (seq coll) instead. Seq returns nil if the collection is empty.
確定! 回上一頁