Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/core/menu/set/ordered.ts>Hashed.Builder

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

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