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