Liking cljdoc? Tell your friends :D

ham-fisted.lazy-caching


concatclj

(concat)
(concat a)
(concat a b)
(concat a b & args)

filterclj

(filter pred coll)

lazy-chunked-seqcljmacro

(lazy-chunked-seq chunked-cons-code)

mapclj

(map f arg)
(map f c1 c2)
(map f c1 c2 c3)
(map f c1 c2 c3 c4)
(map f c1 c2 c3 c4 & args)

repeatedlyclj

(repeatedly f)
(repeatedly n f)

tuple-mapclj

(tuple-map f arg)
(tuple-map f c1 c2)
(tuple-map f c1 c2 & args)

f always receives a single tuple argument. This is far faster for larger argument lists.

f always receives a single tuple argument.  This is *far* faster for larger argument lists.
raw docstring

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

× close