weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
870 stars 67 forks source link

Add transducer arity to find-first #18

Closed madstap closed 7 years ago

madstap commented 7 years ago

Maybe not the most useful transducer ever, but it makes sense that find-first would have a transducer arity. I wanted it at the repl once, and had to check if it had one.

weavejester commented 7 years ago

Looks good, thanks!