Skip to main content
Module

x/rimbu/list/custom/interface.ts>ListCreators

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
interface ListCreators
implements ListFactory
import { type ListCreators } from "https://deno.land/x/rimbu@1.2.1/list/custom/interface.ts";

Methods

createContext(options?: { blockSizeBits?: number; }): List.Context

Returns a new List.Creators instance using the provided options.

defaultContext(): List.Context

Returns the default List.Context instance.