Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface MultiMapCreators
import { type MultiMapCreators } from "https://deno.land/x/rimbu@0.14.0/multimap/custom/index.ts";

Methods

createContext<UK, UV>(options: { keyMapContext: RMap.Context<UK>; keyMapValuesContext: RSet.Context<UV>; }): MultiMap.Context<UK, UV>

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