interface BiMap.Types
implements KeyValue
import { type BiMap } from "https://deno.land/x/rimbu@1.0.2/bimap/main/index.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).