Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/ordered/set/index.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@1.0.4/ordered/set/index.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