Skip to main content
Module

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

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

Methods

createContext<UK, UV>(options?: { keyMapContext?: HashMap.Context<UK>; keyMapValuesContext?: HashSet.Context<UV>; }): HashMultiMapHashValue.Context<UK, UV>

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

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

Returns the default context for HashMultiMapHashValue.