Skip to main content
Module

x/structurae/index.ts>BinaryGrid#toArrays

Data structures for high-performance JavaScript applications.
Latest
method BinaryGrid.prototype.toArrays
import { BinaryGrid } from "https://deno.land/x/structurae@4.0.1/index.ts";

Creates an array of arrays representing rows of the grid.

Returns

Array<Array<Bit>>

an array of arrays