is there a nice way to turn a list of pairs into a...
# getting-started
b
is there a nice way to turn a list of pairs into a pair of lists?
1
g
val (firsts, seconds) = listOfPairs.unzip()
🧠 3
🔥 1
K 1
b
thank you