I have two vectors of A objects. I want to "Python zip" the vectors together pairwise, go through the pairs, create a B object out of eac
A
B