weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
865 stars 66 forks source link

Library should implement remove-keys and remove-vals #4

Closed ToBeReplaced closed 10 years ago

ToBeReplaced commented 10 years ago

As the opposite of filter-keys and filter-vals.

weavejester commented 10 years ago

Yes, that is probably justified, if only for (remove-vals nil? m).

weavejester commented 10 years ago

Fixed by #6