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.SortedValue.Builder

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

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