(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.
Examples
No examples yet. Be the first to add one!
(max-key [k x] [k x y] [k x y & more])No examples yet. Be the first to add one!