Skip to main content
Module

x/rimbu/ordered/map-custom/index.ts>OrderedMapBase.Context

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface OrderedMapBase.Context
implements [RMapBase.Context]<UK, Tp>
import { type OrderedMapBase } from "https://deno.land/x/rimbu@0.14.0/ordered/map-custom/index.ts";
const { Context } = OrderedMapBase;

Properties

readonly
typeTag: "OrderedMap"
readonly
listContext: List.Context

The List context used to create Lists to keep value insertion order.

readonly
mapContext: WithElem<Tp, UK>["sourceContext"]

The Map context used to create the wrapped Map instances.