Skip to main content
Module

x/rimbu/ordered/set-custom/index.ts>OrderedSetBase.Context

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

Properties

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

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

readonly
setContext: WithElem<Tp, UT>["sourceContext"]

The wrapped Set context type.