Skip to main content

concat

functionv1.7

cljs.core/concat

Available in:BBCLJCLJS
(concat [] [x] [x y] [x y & zs])
Returns a lazy seq representing the concatenation of the elements in the supplied colls.

No examples yet. Be the first to add one!