Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/multimap/custom/implementation/base.ts>ContextImplTypes

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ContextImplTypes
implements [MultiMapBase.Types]
import { type ContextImplTypes } from "https://deno.land/x/rimbu@1.1.0/multimap/custom/implementation/base.ts";

Properties

readonly
context: MultiMapContext<this["_K"], this["_V"], string>