Skip to main content
Module

x/rimbu/ordered/map-custom/index.ts>OrderedMapTypes

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

Properties

readonly
context: OrderedMapContextImpl<this["_K"]>