Skip to main content
Module

x/rimbu/mod.ts>VariantMultiMap.Types

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

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

Properties

readonly
normal: VariantMultiMap<this["_K"], this["_V"]>
readonly
nonEmpty: VariantMultiMap.NonEmpty<this["_K"], this["_V"]>