import { type SortedMap } from "https://deno.land/x/rimbu@1.0.0/sorted/map/index.ts";
const { Context } = SortedMap;
A context instance for a HashMap that acts as a factory for every instance of this type of collection.
Properties
readonly
comp: Comp<UK>A Comp
instance used to sort the map keys.