Skip to main content

interpose

functionv1.0

clojure.core/interpose

Available in:BBCLJCLJS
(interpose [sep] [sep coll])
Returns a lazy seq of the elements of coll separated by sep. Returns a stateful transducer when no collection is provided.

No examples yet. Be the first to add one!