
Gennadiy Rozental
Hi,
I am zipping fusion sequences in a series of incremental zip operations:
zip(zip(zip(a,b),c),...)
as a result I am getting sequence with elements like:
vector2
,c[i]>,...> what I want instead is that elements would look like:
What the simplest way to achieve this?
--8<---------------cut here---------------start------------->8---
#include