that’s what’s known as a `zip` operation
# announcements
s
that’s what’s known as a
zip
operation
👍🏾 2
h
Wouldn't that result in {1a, 2b, 3c}? At least that's how I understood the docs:
elements of both collections with same indexes
s
oh, my bad, I think I glossed over that by mistake or thought it was a typo
{1a, 2a, 3a}
seems like a much simpler transform achieved with a reference to the element you wanna map over the other collection with
h
You're right, it's probably a typo (otherwise the second list makes no sense)