Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/core/menu/menu.ts>Set.Ordered.Sorted.Context

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface Set.Ordered.Sorted.Context
implements [OrderedSetBase.Context]<UT, OrderedSortedSet.Types>
import { type Set } from "https://deno.land/x/rimbu@0.13.1/core/menu/menu.ts";
const { Context } = Set.Ordered.Sorted;

A context instance for an OrderedSortedSet that acts as a factory for every instance of this type of collection.