Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/core/menu/multimap/index.ts>SortedKey.HashValue.Builder

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

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