
23 Nov
2011
23 Nov
'11
10:50 a.m.
Robert Ramey <ramey <at> rrsd.com> writes:
Gennadiy Rozental wrote:
zip(zip(zip(a,b),c),...) what I want: vector<a[i],b[i],c[i],...>
I think what you want is "deduce_sequence" - it's in the docs
I am not that well versed in fusion. I do not see how to apply this. can someone show an example? Gennadiy