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

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

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

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