import { type BiMultiMap } from "https://deno.land/x/rimbu@1.1.0/core/menu/menu.ts";
const { NonEmpty } = BiMultiMap.Sorted;
A non-empty type-invariant immutable bi-directional MultiMap where keys and values have a many-to-many mapping. Its keys and values are sorted. See the BiMultiMap documentation and the HashBiMultiMap API documentation