Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/list/main/interface.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/list/main/interface.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"