UnzipKtIterableExtensions<T, R> extension

on

Methods

unzip() KtPair<KtList<T>, KtList<R>>
Returns a pair of lists, where first list is built from the first values of each pair from this collection, second list is built from the second values of each pair from this collection.