Creates an array of grouped elements, where the first element of the first array is paired with the first element of the second array, and so on. If the arrays are not the same length, the output array will be the length of the shorter array.
The first array.
The second array.
A new array of tuples containing the paired elements.
Creates an array of grouped elements, where the first element of the first array is paired with the first element of the second array, and so on. If the arrays are not the same length, the output array will be the length of the shorter array.