(defn local-non-functions [m] (select-keys m (filter #(or (coll? (m %)) (not (ifn? (m %)))) (keys m))))
Comments top
No comments for local-non-functions. Log in to add a comment.