mixed transpose_array(arr)
mixed arr

Transpose array arr. This can be used to convert alists into a format that can
be handled by map_array.

See also: map_array.
