Skip to main content
Module

x/structurae/utility-types.ts>IndexedCollection

Data structures for high-performance JavaScript applications.
Latest
interface IndexedCollection
import { type IndexedCollection } from "https://deno.land/x/structurae@4.0.1/utility-types.ts";

Type Parameters

optional
T = number

Index Signatures

[n: number]: T

Properties

length: number