Back
join (clj)
(source)function
(join separator coll)
(join separator xform coll)
More efficient implementation of `clojure.string/join`. May accept a transducer
`xform` to perform operations on each element before combining them together
into a string. Clojure-only, delegates to `clojure.string/join` on other
platforms.