You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// 'Zips up' two arrays into a single array of pairs.
467
+
/// `zip()` returns a new array where every element is a tuple where the first element comes from the first array, and the second element comes from the second array.
468
+
/// In other words, it zips two arrays together, into a single one.
0 commit comments