Skip to main content
Module

x/rimbu/ordered/set-custom/index.ts>OrderedSetCreators

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface OrderedSetCreators
import { type OrderedSetCreators } from "https://deno.land/x/rimbu@0.13.1/ordered/set-custom/index.ts";

Methods

createContext<UT>(options: { listContext?: List.Context; setContext: RSet.Context<UT>; }): OrderedSet.Context<UT>

Returns a new OrderedSet context instance based on the given options.