import { type OrderedHashMap } from "https://deno.land/x/rimbu@0.13.5/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