Join Slack
Powered by
Is there a nice way to split a `List<Pair<A,...
# announcements
k
karelpeeters
09/24/2018, 2:23 PM
Is there a nice way to split a
List<Pair<A, B>>
into
Pair<List<A>, List<B>>
? You can do a normal for loop and add to two separate lists but that's a bit ugly.
Open in Slack
Previous
Next