Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/multimap/mod.ts>SortedMultiMapHashValue.Builder

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

A mutable SortedMultiMapHashValue builder used to efficiently create new immutable instances. See the MultiMap documentation and the SortedMultiMapHashValue.Builder API documentation