Module

x/rambda/immutable.d.ts>transpose

Faster and smaller alternative to Ramda
Latest
function transpose
import { transpose } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";

Parameters

list: readonly ((readonly T[]))[]

Returns

readonly ((readonly T[]))[]