katlib
2.2.7
Katlib
katlib
/
dev.forst.katlib
/
splitPairCollection
split
Pair
Collection
fun
<
T
,
V
>
Iterable
<
Pair
<
T
,
V
>
>
.
splitPairCollection
(
)
:
Pair
<
List
<
T
>
,
List
<
V
>
>
(
source
)
Takes Iterable with pairs and returns a pair of collections filled with values in each part of pair.