Liking cljdoc? Tell your friends :D

clojask.api.aggregate


countclj

(count a b)
source

largest3clj

(largest3 a b)
source

largestkclj

(largestk a b k)
source

maxclj

(max a b)
source

minclj

(min a b)
source

smallest3clj

(smallest3 a b)

return the smallest three entries

return the smallest three entries
sourceraw docstring

smallestkclj

(smallestk a b k)

return the smallest k entries (the performance is better with smaller k)

return the smallest k entries (the performance is better with smaller k)
sourceraw docstring

startclj

source

sumclj

(sum a b)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close