import { unzip } from "https://deno.land/x/froebel@v0.18.0/list.ts";
Reverse of zip. Takes a list of tuples and deconstructs them into an array (of length of the tuples length) of lists each containing all the elements in all tuples at the lists index.