Skip to main content
Module

x/structurae/index.ts>BinaryGrid.create

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

Creates a binary grid of specified dimensions.

Parameters

rows: number

the amount of rows

optional
columns = [UNSUPPORTED]

the amount of columns

Returns

a new binary grid