import { type OrderedHashMap } from "https://deno.land/x/rimbu@1.2.1/ordered/map/interface/ordered-hash-map.ts";
const { Builder } = OrderedHashMap;
A mutable OrderedHashMap
builder used to efficiently create new immutable instances.
See the Map documentation and the OrderedHashMap.Builder API documentation