ee.List.zip

Pairs the elements of two lists to create a list of two-element lists. When the input lists are of different sizes, the final list has the same size as the shortest one.

UsageReturns
List.zip(other)List
ArgumentTypeDetails
this: listList
otherList