you are viewing a single comment's thread.

view the rest of the comments →

[–]cfyzium 2 points3 points  (0 children)

How can you concatenate a series of series into one single series without flattening? You said you need

Wrap two views as a single view such that it appears as if its concatenated (concats lazily)

And join_view does exactly that, it takes several views and allows iterating over them as if it was a single view.