Skip to main content
Deno 2 is finally 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@0.13.5/ordered/set-custom/interface/base.ts";
const { Builder } = OrderedSetBase;