Hasancan AkgündüzFollowDec 1, 2021·1 min readZip in SwiftZip function in Swift merges two sequences and creates one sequence of tuples. Here’s an example:If the size of the merged sequences are not equal, zip automatically chooses the shorter one. Example: