Skip to main content
Module

std/collections/unzip.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.145.0/collections/unzip.ts";

Functions

Builds 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