import * as mod from "https://deno.land/std@0.206.0/collections/unzip.ts"; FunctionsfunzipBuilds two separate arrays from the given array of 2-tuples, with the first returned array holding all first tuple elements and the second one holding all the second elements.