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