Skip to main content
Module

x/rimbu/multimap/custom/index.ts>VariantMultiMapBase.Types

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

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

Properties

readonly
normal: VariantMultiMapBase<this["_K"], this["_V"]>
readonly
nonEmpty: VariantMultiMapBase.NonEmpty<this["_K"], this["_V"]>
readonly
keyMapValues: VariantSet<this["_V"]>
readonly
keyMapValuesNonEmpty: VariantSet.NonEmpty<this["_V"]>
readonly
keyMap: VariantMap<this["_K"], VariantSet.NonEmpty<this["_V"]>>
readonly
keyMapNonEmpty: VariantMap.NonEmpty<this["_K"], VariantSet.NonEmpty<this["_V"]>>