Skip to main content
Module

x/ramda/source/transpose.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/transpose.js";

Variables

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.