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

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

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