import { type BiMultiMapBase } from "https://deno.land/x/rimbu@0.14.0/bimultimap/custom/interface/base.ts";
const { Types } = BiMultiMapBase;
Utility interface that provides higher-kinded types for this collection.
Properties
The collection context type (higher-kinded type).
The 'normal' collection type (higher-kinded type).
The 'non-empty' collection type (higher-kinded type).
The 'builder' collection type (higher-kinded type).
The key to value multimap context type (higher-kinded type).
The value to key multimap context type (higher-kinded type).
The key to value multimap type (higher-kinded type).
The value to key multimap type (higher-kinded type).
The non-empty key to value multimap type (higher-kinded type).
The non-empty value to key multimap type (higher-kinded type).
The value set collection type (higher-kinded type).
The key set collection type (higher-kinded type).