Skip to main content
Module

x/rimbu/mod.ts>SortedBiMultiMap.Builder

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

A mutable SortedBiMultiMap builder used to efficiently create new immutable instances. See the BiMultiMap documentation and the HashBiMultiMap.Builder API documentation