unzip
Group array elements by their index position across the input arrays
181 bytes
Usage
Creates an array of ungrouped elements, where each resulting array contains all elements at a specific index from the input arrays. The first array contains all first elements, the second array contains all second elements, and so on.