(into! to from)
Transient version of clojure.core/into
Transient version of clojure.core/into
(max-by k coll)
Returns the x for which (k x), not necessarily a number, is greatest, according to compare
.
Returns the x for which (k x), *not necessarily a number*, is greatest, according to `compare`.
(min-by k coll)
Returns the x for which (k x), not necessarily a number, is greatest, according to compare
.
Returns the x for which (k x), *not necessarily a number*, is greatest, according to `compare`.
(update! m k f x)
Transient version of clojure.core/update
Transient version of clojure.core/update
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close