UnzipKtIterableExtensions<T, R> extension

on

Methods

unzip() KtPair<KtList<T>, KtList<R>>

Available on KtIterable<KtPair<T, R>>, provided by the UnzipKtIterableExtensions extension

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.