Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/bimultimap/custom/index.ts>BiMultiMapGeneric.Creators

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

Methods

createContext<UK, UV>(options: { keyValueMultiMapContext: MultiMap.Context<UK, UV>; valueKeyMultiMapContext: MultiMap.Context<UV, UK>; }): BiMultiMap.Context<UK, UV>

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