Liking cljdoc? Tell your friends :D

axel-f.excel.collections


CONCATclj/s

source

CONCAT*clj/s

(CONCAT* & colls)

Concatenates arrays

Concatenates arrays
sourceraw docstring

envclj/s

source

FILTERclj/s

source

FILTER*clj/s

(FILTER* pred coll)

Returns an array of elements that have been filtered based on a condition.

Returns an array of elements that have been filtered based on a condition.
sourceraw docstring

MAPclj/s

source

MAP*clj/s

(MAP* f & colls)

Applies partialy defined formula to every element in a collection and returns an array.

Applies partialy defined formula to every element in a collection and returns an array.
sourceraw docstring

SORTclj/s

source

SORT*clj/s

(SORT* keyfn coll)

Sorts a collection by the values returned from applying a sorting function to each element in said collection.

Sorts a collection by the values returned from applying a sorting function to each element in said collection.
sourceraw docstring

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

× close