Skip to main content
Module

x/ramda/mod.ts>transpose

:ram: Practical functional Javascript
Latest
variable transpose
import { transpose } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Transposes the rows and columns of a 2D list. When passed a list of n lists of length x, returns a list of x lists of length n.