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

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ListCreators
implements ListFactory
import { type ListCreators } from "https://deno.land/x/rimbu@1.0.0/list/custom/index.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.