Liking cljdoc? Tell your friends :D

clojask.api.gb-aggregate


countclj

(count list)
source

largest3clj

(largest3 list)

return the largest 3 entries

return the largest 3 entries
sourceraw docstring

largestkclj

(largestk list k)

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

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

maxclj

(max list)
source

minclj

(min list)
source

smallest3clj

(smallest3 list)

return the smallest 3 entries

return the smallest 3 entries
sourceraw docstring

smallestkclj

(smallestk list 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

sumclj

(sum list)
source

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

× close