Skip to main content
Module

x/rimbu/mod.ts>BiMultiMap.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface BiMultiMap.Types
implements [BiMultiMapBase.Types]
import { type BiMultiMap } from "https://deno.land/x/rimbu@0.14.0/mod.ts";
const { Types } = BiMultiMap;

Utility interface that provides higher-kinded types for this collection.

Properties

readonly
context: BiMultiMap.Context<this["_K"], this["_V"]>
readonly
normal: BiMultiMap<this["_K"], this["_V"]>
readonly
nonEmpty: BiMultiMap.NonEmpty<this["_K"], this["_V"]>
readonly
builder: BiMultiMap.Builder<this["_K"], this["_V"]>