ee.List.unzip

Transposes a list of lists, extracting the first element of each inner list into one list the second elements into another, etc., up to the length of the shortest inner list. The remaining items are discarded. The result is a list of lists.

UsageReturns
List.unzip()List
ArgumentTypeDetails
this: listList