Skip to main content
Module

x/rimbu/mod.ts>BiMultiMap.NonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface BiMultiMap.NonEmpty
implements [BiMultiMapBase.NonEmpty]<K, V, BiMultiMap.Types>, Omit<BiMultiMap<K, V>, keyof BiMultiMapBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<[K, V]>
import { type BiMultiMap } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { NonEmpty } = BiMultiMap;

A non-empty type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. See the BiMultiMap documentation and the BiMultiMap API documentation