Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@1.0.3/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