std
std copied to clipboard
Add unzip
Works the opposite of zip:
[[1, 2], [2, 3], [3, 4]].unzip() // => [[1, 2, 3], [2, 3, 4]]
Hi! Can I contribute to this issue?
@AngyDev sure thing!