Skip to main content
Module

x/structurae/index.ts>GridMixin

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

Creates a Grid class extending a given Array-like class.

Type Parameters

optional
ItemType = number
optional
U extends Constructor<Array<ItemType>> | TypedArrayConstructors = Constructor<Array<ItemType>>