weavejester / medley

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

add update-some #27

Closed vise890-ovo closed 5 years ago

vise890-ovo commented 6 years ago

I use this often, it updates the value under a key with fn in an associative structure, if and only if the value is present.

If you want it, here it is.. otherwise feel free to close!

weavejester commented 5 years ago

Added as update-existing in b6f59973ee0659dc938aa089389077cfa81bbc5c.