(interleave [] [c1] [c1 c2] [c1 c2 & colls])Returns a lazy seq of the first item in each coll, then the second etc.
Examples
No examples yet. Be the first to add one!
(interleave [] [c1] [c1 c2] [c1 c2 & colls])No examples yet. Be the first to add one!