Skip to main content

interleave

functionv1.0

clojure.core/interleave

Available in:BBCLJCLJS
(interleave [] [c1] [c1 c2] [c1 c2 & colls])
Returns a lazy seq of the first item in each coll, then the second etc.

No examples yet. Be the first to add one!