interface BiMap.Types
implements KeyValue
import { type BiMap } from "https://deno.land/x/rimbu@0.13.5/bimap/mod.ts";
const { Types } = BiMap;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: BiMap<this["_K"], this["_V"]>The 'normal' collection type (higher-kinded type).
readonly
nonEmpty: BiMap.NonEmpty<this["_K"], this["_V"]>The 'non-empty' collection type (higher-kinded type).