EFUN: transpose_array

SYNTAX:
mixed *transpose_array( arr );
  mixed *arr;

DESCRIPTION:
Transpose_array can be used to convert alists into a format that can
be handled by map_array.

See also: map_array.
