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