ClojureDocs

导航

命名空间

max-key

clojure.core

1.0 版开始提供 (源代码)
  • (max-key k x)
  • (max-key k x y)
  • (max-key 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.