Skip to main content
Module

x/rimbu/multimap/custom/index.ts>SortedMultiMapSortedValueCreators

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

Methods

createContext<K, V>(options?: { keyMapContext?: SortedMap.Context<K>; keyMapValuesContext?: SortedSet.Context<V>; }): SortedMultiMapSortedValue.Context<K, V>

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

defaultContext<UK, UV>(): SortedMultiMapSortedValue.Context<UK, UV>

Returns the default context for HashMultiMapHashValue.