UnzipKtIterableExtensions<T, R> extension
- on
-
- KtIterable<
KtPair< T, R> >
- KtIterable<
Methods
-
unzip(
) → KtPair< KtList< T> , KtList<R> > -
Available on KtIterable<
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.KtPair< , provided by the UnzipKtIterableExtensions extensionT, R> >