Skip to main content
Module

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

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

Methods

createContext<UK>(options: { listContext?: List.Context; mapContext: RMap.Context<UK>; }): OrderedMap.Context<UK>

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