In the Iterators.jl package, there is a chain(...) function, which chains multiple iterators together.
On Thu, Jul 23, 2015 at 9:22 PM, Michele Zaffalon < [email protected]> wrote: > What should the outcome of the merge operation be? Not a simple > concatenation, I imagine. > > On Tue, Jul 21, 2015 at 9:22 PM, Uthsav Chitra <[email protected]> > wrote: > >> Is there any way to merge partitions together? For instance, could I do >> something like merge(partitions(1:n, 2), partitions(1:n, 3))? I essentially >> want to create one iterable object out of both of them. >> > >
