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