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