Skip to main content
Module

x/troodon/utils.ts>matrix

🦖 Troodon is a Library for Deno to Handle Algorithms
Latest
variable matrix
import { matrix } from "https://deno.land/x/troodon@v0.4.1/utils.ts";

type

(matrix: Array<Array<number>>) => unknown