Skip to main content
Module

x/rimbu/mod.ts>List.Context

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface List.Context
implements ListFactory
import { type List } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { Context } = List;

A context instance for List that acts as a factory for every instance of this type of collection.

Properties

readonly
_types: List.Types
readonly
typeTag: "List"