As the behaviour of cond-> means it will not associate nil values: (defn remove-nils [m] (clojure.walk/postwalk (fn [x] (if (map? x) ...
確定! 回上一頁