Skip to main content
Module

x/rimbu/ordered/mod.ts>OrderedSet.Builder

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

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