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

x/rimbu/bimultimap/custom/index.ts>ContextTypesImpl

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

Properties

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