Skip to main content
Module

x/rimbu/multiset/mod.ts>SortedMultiSet.Builder

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface SortedMultiSet.Builder
implements [MultiSetBase.Builder]<T, SortedMultiSet.Types>
import { type SortedMultiSet } from "https://deno.land/x/rimbu@0.12.3/multiset/mod.ts";
const { Builder } = SortedMultiSet;

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