Skip to main content

max-key

functionv1.7

cljs.core/max-key

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

No examples yet. Be the first to add one!