Skip to main content
Module

std/collections/unzip.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.224.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.