weavejester / medley

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

Add variadic function arity to map-vals #36

Closed yuhan0 closed 5 years ago

yuhan0 commented 5 years ago

Closes #35

Mapping over collections with missing keys behaves as suggested in previous discussion - any keys which are not present in all collections will be omitted in the result.

The type of the result collection depends on the first collection arg, on which (empty) is called.

weavejester commented 5 years ago

Looks good! I'll merge after the test indentation is fixed.

Could you also add an ending . to the end of Closes #35 in the commit message?

yuhan0 commented 5 years ago

Done :)

weavejester commented 5 years ago

Thanks!