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

x/rimbu/ordered/set-custom/interface/base.ts>OrderedSetBase.Builder

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