Skip to main content
Module

x/structurae/index.ts>BinaryGrid#setValue

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

Sets the bit at given coordinates.

Parameters

row: number

the row index

column: number

the column index

optional
value: Bit = [UNSUPPORTED]

the bit

Returns

this

the grid