unzip

EveAndersson.com : API Browser : unzip

unzip

unzip xs
Defined in tcl/ad-functional.tcl

unzip takes a list of tuples {x1 y1} {x2 y2} {x3 y3} ... and returns a tuple of lists {x1 x2 x3 ...} {y1 y2 y3 ...}.

Parameters:
xs
[ show source ]

Show another procedure:

eve@eveandersson.com