Skip to main content
Module

x/rimbu/multiset/custom/index.ts>SortedMultiSetCreators

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface SortedMultiSetCreators
implements [MultiSetBase.Factory]<SortedMultiSet.Types>
import { type SortedMultiSetCreators } from "https://deno.land/x/rimbu@0.14.0/multiset/custom/index.ts";

Methods

createContext<UT>(options?: { countMapContext?: SortedMap.Context<UT>; }): SortedMultiSet.Context<UT>

Returns a new HashMultiSet context instance based on the given options.

defaultContext<UT>(): SortedMultiSet.Context<UT>

Returns the default context for HashMultiSet.