Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/core/menu/multiset.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 [MultiSetBase.Context]<UT, HashMultiSet.Types>
import { type Hashed } from "https://deno.land/x/rimbu@1.0.2/core/menu/multiset.ts";
const { Context } = Hashed;

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

Properties

readonly
typeTag: "HashMultiSet"