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