Public Vars

Back

interleave (clj)

(source)

function

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

Examples