(concat)
(concat a)
(concat a b)
(concat a b & args)
(filter pred coll)
(lazy-chunked-seq chunked-cons-code)
(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)
(repeatedly f)
(repeatedly n f)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close