Skip to main content
Module

x/rimbu/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@0.13.2/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