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

x/rimbu/core/menu/set/ordered.ts>Hashed.Context

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

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