Iterators.jl
Iterators.jl copied to clipboard
Add Interleave (r2)
Interleave is the complement to chain. It takes from each iterator in turn. It is required to implement things like Minikanren.
This PR replaces the failed https://github.com/JuliaLang/Iterators.jl/pull/54 I think it is now squashed right
travis is saying this is broken in the nightly. This is because the Whole of Iterators.jl is broken in the nightly. because https://github.com/JuliaLang/Iterators.jl/issues/56 for a start.