interface VariantMapBase.Types
implements KeyValue
import { type VariantMapBase } from "https://deno.land/x/rimbu@0.13.0/collection-types/map-custom/index.ts";
const { Types } = VariantMapBase;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: VariantMapBase<this["_K"], this["_V"]>readonly
nonEmpty: VariantMapBase.NonEmpty<this["_K"], this["_V"]>