Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@1.0.3/ordered/map-custom/index.ts";

Properties

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