Skip to main content

min-key

functionv1.0

clojure.core/min-key

Available in:BBCLJCLJS
(min-key [k x] [k x y] [k x y & more])
Returns the x for which (k x), a number, is least. If there are multiple such xs, the last one is returned.

No examples yet. Be the first to add one!