Concept Flow - Zip for combining sequences
Start with two sequences
Pair elements one by one
Stop when shortest sequence ends
Output pairs as combined sequence
Zip takes two sequences and pairs their elements one by one until the shortest sequence ends.