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.
import*as
import _
_from'radashi'
import _
_.
unzip<string|number|boolean>(arrays: readonly (readonly (string | number | boolean)[])[]): (string | number | boolean)[][]
export unzip
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.