I have a Clojure map that may contain values that are nil and I'm trying to ... {:a 1 :b 2 :c nil}) (merge (for [[k v] record :when (not (nil? v))] {k v})).
確定! 回上一頁