ClojureDocs

导航

命名空间

min-key

clojure.core

1.0 开始可用 (source)
  • (min-key k x)
  • (min-key k x y)
  • (min-key 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.