Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface OrderedSetTypes
implements [OrderedSetBase.Types]
Re-export
import { type OrderedSetTypes } from "https://deno.land/x/rimbu@0.14.0/ordered/set-custom/index.ts";

Properties

readonly
context: OrderedSetContextImpl<this["_T"]>